We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed all the instruction given in Github, created virtualenv and added secret keys in the .env file and so on. When I launched server by
python3.6 manage.py runserver
the following screenshot popped up in my local server.
I do not know what this means. Please inform me how to fix this. Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Try to create a superuser, go to the /admin and create an event. Populate it with some dummy data and it should work.
Sorry, something went wrong.
@dingzhen93 missing conference that needs to be created in DjangoAdmin, we need to have a failover for this.
Feel free to make a pull request ! :)
Will it suffice to make a simple check in core/views if there are any conferences?
No branches or pull requests
I followed all the instruction given in Github, created virtualenv and added secret keys in the .env file and so on.
When I launched server by
the following screenshot popped up in my local server.
I do not know what this means. Please inform me how to fix this. Thank you!
The text was updated successfully, but these errors were encountered: