diff --git a/README b/README index 816e2dc9c753ab59a8b5fd2d97798b49ff9e3e40..647088cafaa81644afca060722b8052b52358087 100644 --- a/README +++ b/README @@ -16,4 +16,18 @@ python setup.py install Edit settings.py according to what type of database you want to use and others settings related to your environment. -See django configuration. +## Synchronize database + +./manage.py syncdb + +it will ask for creation of a superuser + +If syncdb ran previously, commands are: +./manage.py makemigrations +./manage.py syncdb + +## Test + +./manage.py runserver + +Then open your browser to http://127.0.0.1/admin \ No newline at end of file