-
Notifications
You must be signed in to change notification settings - Fork 0
ZeFelix/visualization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dump existing data: python3 manage.py dumpdata > datadump.json Change settings.py to Postgres backend. Make sure you can connect on PostgreSQL. Then: python3 manage.py migrate --run-syncdb Run this on Django shell to exclude contentype data python3 manage.py shell >>> from django.contrib.contenttypes.models import ContentType >>> ContentType.objects.all().delete() >>> quit() Finally: python3 manage.py loaddata datadump.json
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published