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
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).
39
+
40
+
Since this is tied to the docker image, any changes made won't survice across restarting the docker image.
41
+
42
+
If you would like to save your own you can set the environment variable `MATHICS_DJANGO_DB_PATH`. Here is an example:
Apply all migrations: auth, contenttypes, sessions, sites, web
65
+
Running migrations:
66
+
```
67
+
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