This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-20 06:46:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d2d86871e9
evennia
/
src
/
objects
/
migrations
History
Download ZIP
Download TAR.GZ
Greg Taylor
d2d86871e9
Rig up south to be happy with two of our models that FK to one another circularly.
2011-03-24 21:07:09 +00:00
..
0001_initial.py
Rig up south to be happy with two of our models that FK to one another circularly.
2011-03-24 21:07:09 +00:00
__init__.py
gtaylor convinced me to add migrations to the Evennia repo. This means that game/migrate.py is no more. The migrations will help you to adjust your database when Evennia releases a new database change, no need to drop the database or manually adjust tables. To make use of our schema migrations, you need to have Django-South installed.
2011-03-21 00:53:58 +00:00