You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Then run:
33
33
```sh
34
34
python3 manage.py migrate
35
35
```
36
+
36
37
It will create the database in sqlite format and also run migrations for tables creation; sqlite is used for tutorial version and easy access to functionalities, in your product use a stable and production ready database (Poastgres, MySQL, Mongo, Oracle)
37
38
38
39
*Recommended superuser(admin) creation, it will helps to manage data in the UI
0 commit comments