diff options
author | adityacp | 2018-07-12 19:36:54 +0530 |
---|---|---|
committer | adityacp | 2018-07-12 19:37:18 +0530 |
commit | 6e386c6ef7a42ca3e472c2273388183add373922 (patch) | |
tree | c6dc2413fca6da9c2d36045685caafef00c5fb38 | |
parent | 25089f2551d7f13b3ef7c673ad9440d17d11069a (diff) | |
download | online_test-6e386c6ef7a42ca3e472c2273388183add373922.tar.gz online_test-6e386c6ef7a42ca3e472c2273388183add373922.tar.bz2 online_test-6e386c6ef7a42ca3e472c2273388183add373922.zip |
Remove makemigrations command from production readme instructions
-rw-r--r-- | README_production.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README_production.rst b/README_production.rst index c73aeda..1126c41 100644 --- a/README_production.rst +++ b/README_production.rst @@ -78,8 +78,6 @@ To install this app follow the steps below: :: - $ python manage.py makemigrations - $ python manage.py migrate 6. Run the python server provided. This ensures that the code is |