There was an error while loading. Please reload this page.
1 parent 205dbe7 commit 2e759b6Copy full SHA for 2e759b6
README.md
@@ -68,6 +68,10 @@ USER_DEFINE_APPS = [
68
- Go to apps/<your_app>/apps.py
69
- Change the app name to:
70
> name = 'apps.<your_app_name>'
71
+```shell
72
+$ cd ..
73
+$ python manage.py runserver
74
+```
75
76
**For production :exclamation:**
77
- Go to manage.py file and change settings file to production:
0 commit comments