Changes

Jump to navigation Jump to search
78 bytes added ,  23:43, 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 ====
 
==== Run App in development server ====
 
If the server is an amazon aws:
 
If the server is an amazon aws:
Line 26: Line 27:  
Else:
 
Else:
 
  <nowiki>python manage.py runserver</nowiki>
 
  <nowiki>python manage.py runserver</nowiki>
 +
 +
==== Create an app ====
 +
<nowiki>python manage.py startapp appname</nowiki>

Navigation menu