Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guide to setting up and running zezere locally #117

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gabbyprecious
Copy link

  • currently running pytest doesn't work, throws error: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. fix might be sticking to django 2.1 or testing what is running a db call and probably use fixtures.
  • Setup guide isn't completed due to above issue

@gabbyprecious gabbyprecious marked this pull request as draft April 11, 2022 19:12
@gabbyprecious
Copy link
Author

@nullr0ute please check this out

@@ -1,10 +1,12 @@
from contextlib import contextmanager

from django.test import TestCase as djangoTestCase
from django.contrib.auth.models import User
from django.contrib.auth import get_user_model
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why these changes here and to the requirements file?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(this is probably better contained in a specific commit also)

@rdotjain rdotjain mentioned this pull request May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants