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

Create Django Project #1

Open
nmagerko opened this issue Jan 4, 2015 · 0 comments
Open

Create Django Project #1

nmagerko opened this issue Jan 4, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@nmagerko
Copy link
Member

nmagerko commented Jan 4, 2015

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.

@nmagerko nmagerko added the setup label Jan 4, 2015
@nmagerko nmagerko added this to the Project Setup milestone Jan 4, 2015
@leekkww leekkww self-assigned this Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants