Web stuff is once again working with the development server. This is mostly useful for the admin interface.
This commit is contained in:
parent
5249f27074
commit
714804e253
7 changed files with 12 additions and 10 deletions
|
|
@ -13,7 +13,7 @@ from django.contrib.auth.models import User
|
|||
from django import forms
|
||||
from django.db.models import Q
|
||||
|
||||
from webapps.news.models import NewsTopic, NewsEntry
|
||||
from game.web.apps.news.models import NewsTopic, NewsEntry
|
||||
|
||||
# The sidebar text to be included as a variable on each page. There's got to
|
||||
# be a better, cleaner way to include this on every page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue