Changes

Jump to navigation Jump to search
182 bytes added ,  23:39, 15 March 2015
no edit summary
Line 21: Line 21:  
To create the database tables execute from the project folder:
 
To create the database tables execute from the project folder:
 
  <nowiki>python manage.py migrate</nowiki>
 
  <nowiki>python manage.py migrate</nowiki>
 +
==== Run App in development server ====
 +
If the server is an amazon aws:
 +
<nowiki>python manage.py runserver 0.0.0.0:8000 </nowiki>
 +
Else:
 +
<nowiki>python manage.py runserver</nowiki>

Navigation menu