Changes

Jump to navigation Jump to search
88 bytes added ,  14:23, 16 March 2015
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>
 +
To stop the daemon:
 +
<nowiki>ps -ef | egrep python manage.py</nowiki>
 +
then kill process
    
==== Run App in development server ====
 
==== Run App in development server ====

Navigation menu