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.rst
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,34 +35,40 @@ It is likely that in the future more components will be added, so stay tuned...
35
35
Docker-specific items
36
36
---------------------
37
37
38
-
By default, we use a SQLite database that has examples that you can load and use. This data comes from [`mathics-omnibus/django-db/mathics.sqlite`](https://github.com/Mathics3/mathics-omnibus/tree/master/docker/django-db).
38
+
By default, we use a SQLite database that has examples that you can
Apply all migrations: auth, contenttypes, sessions, sites, web
65
-
Running migrations:
66
-
```
65
+
warning: database file /usr/src/app/data/mathics-django/mathics.sqlite not found
67
66
68
-
In the above when it says `mathics.sqlite not found` an empty one is created. The real location of it outside of the container is in `/tmp/mathics-django/mathics.sqlite`.
0 commit comments