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
I have done a completely new install using a fresh clone of the repository.
An attempt to run the viewer in testing gives:
python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
...
Presumably it has found an old version of the database? Probably best not to be using a user home directory for a server database? And for the client tools, we probably ought to check the version of the user database and compare the code version so that users don't get horrible surprises
The text was updated successfully, but these errors were encountered:
I have done a completely new install using a fresh clone of the repository.
An attempt to run the viewer in testing gives:
Presumably it has found an old version of the database? Probably best not to be using a user home directory for a server database? And for the client tools, we probably ought to check the version of the user database and compare the code version so that users don't get horrible surprises
The text was updated successfully, but these errors were encountered: