git clone [email protected]:jec-dev/helix-2016.git
cd helix-2016
sudo pip install virtualenv
- Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already.
- If you don't have pip installed, visit here to see steps to install virtualenv: https://virtualenv.readthedocs.org/en/latest/installation.html
virtualenv hel
source hel/bin/activate
pip install -r requirements.txt
(wait till the requirements are installed)python manage.py syncdb
- It will prompt to create a new user type "yes" and add give a username, email and password. This will be one of the user which we can use to try our API.
python manage.py runserver
This will run the application on http://127.0.0.1:8000/
-
Notifications
You must be signed in to change notification settings - Fork 1
Website for Helix 2016
jec-dev/helix-2016
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Website for Helix 2016
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published