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
Airhogs777 edited this page Jul 23, 2016
·
6 revisions
First time:
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 try pip install -r requirements.txt)
Run python manage.py migrate
Run python manage.py createsuperuser and follow the instructions
Every time:
Run python manage.py runserver 3000
Go to localhost:3000 to access your local instance.
Changing models:
Run python manage.py makemigrations
Run python manage.py migrate
If modifying SASS (.SCSS) files:
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.