You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prerequisite: all team members must have a working virtualenv with proper requirements.txt. If this is not in master before you start working on this issue, you're working on the wrong thing!
Once the Django dependency is installed through pip, you should be able to run django-admin.py startproject acasite. This will create a new Django project called "acasite" and install it in your current directory (your virtualenv should be active before running this!). Once everything is generated, put the key in an environment variable that is set/unset when your virtualenv is activated/deavtivated. Make sure the secret key is out of the settings file before committing.
Please feel free to assign yourself and close the issue when you are done.
The text was updated successfully, but these errors were encountered:
Prerequisite: all team members must have a working virtualenv with proper requirements.txt. If this is not in master before you start working on this issue, you're working on the wrong thing!
Once the Django dependency is installed through pip, you should be able to run
django-admin.py startproject acasite
. This will create a new Django project called "acasite" and install it in your current directory (your virtualenv should be active before running this!). Once everything is generated, put the key in an environment variable that is set/unset when your virtualenv is activated/deavtivated. Make sure the secret key is out of the settings file before committing.Please feel free to assign yourself and close the issue when you are done.
The text was updated successfully, but these errors were encountered: