Skip to content
Snippets Groups Projects
Commit 578916a9 authored by Yorgo EL MOUBAYED's avatar Yorgo EL MOUBAYED
Browse files

Update README.md

parent 5726989b
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,13 @@ pip install neomodel ...@@ -20,10 +20,13 @@ pip install neomodel
~~~ ~~~
### Django common command lines ### Django common command lines
When you make changes to your models, your database needs to understand how these changes might affect the database. This command automatically makes files that document these changes.
~~~ ~~~
python manage.py makemigrations # When you make changes to your models, your database needs to understand how these changes might affect the database. This command automatically makes files that document these changes. python manage.py makemigrations
~~~ ~~~
This command you'll probably run the most of all commands. It means to run a emulated server on your local computer.
~~~ ~~~
python manage.py runserver # This command you'll probably run the most of all commands. It means to run a emulated server on your local computer. python manage.py runserver
~~~ ~~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment