Skip to content
Airhogs777 edited this page Jul 23, 2016 · 6 revisions

First time:

  1. Install Python 2.7
  2. 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)
  3. Run python manage.py migrate
  4. Run python manage.py createsuperuser and follow the instructions

Every time:

  1. Run python manage.py runserver 3000
  2. Go to localhost:3000 to access your local instance.

Changing models:

  1. Run python manage.py makemigrations
  2. Run python manage.py migrate

If modifying SASS (.SCSS) files:

  1. To install SASS, run gem install sass
  2. 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.

Clone this wiki locally