-
Notifications
You must be signed in to change notification settings - Fork 10
Running Locally
Airhogs777 edited this page Jul 23, 2016
·
6 revisions
- Install Python 2.7
- Run
pip install dj-database-url==0.3.0 Django==1.8.3 whitenoise==2.0.2 django-flat-theme
(you can also trypip install -r requirements.txt
) - Run
python manage.py migrate
- Run
python manage.py createsuperuser
and follow the instructions
- Run
python manage.py runserver 3000
- Go to
localhost:3000
to access your local instance.
- Run
python manage.py makemigrations
- Run
python manage.py migrate
- To install SASS, run
gem install sass
- Then, before you modify the files run
sass --watch static:static
Are you an Elemental Dev? Be sure to read the Dev Notes to make sure you're following the same practices as the rest of us. Reading it may not be exciting, but it's highly important in order for the project to be a success.