mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
This commit is contained in:
parent
1fc91f85ea
commit
bb36f2cb76
20 changed files with 431 additions and 14 deletions
|
|
@ -18,6 +18,8 @@ from twisted.web import server, static
|
|||
from twisted.application import internet, service
|
||||
from twisted.internet import reactor, defer
|
||||
import django
|
||||
django.setup()
|
||||
|
||||
from django.db import connection
|
||||
from django.conf import settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue