evennia/apps/objects
2007-05-09 15:53:53 +00:00
..
sql Adding initial data via Django's syncdb facility. We will no longer distribute a SQLite DB in the near future in favor of this cross-platform alternative. Also in this commit is a crash fix for @dig with SQLite. 2007-04-25 14:47:33 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py Adding the first bit of permissions checking as an example. See cmd_who and the Object class's user_has_perm method for examples. We'll need to start fleshing this stuff out before adding many more new commands. For existing games, remove your auth_permissions table and re-sync your DB. 2007-05-09 15:53:53 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00