mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Missed a spot importing the new config model. Resolves issue 158.
This commit is contained in:
parent
88626842b7
commit
14db4bea4d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
from django.contrib import admin
|
||||
from src.config.models import ServerConfig
|
||||
from src.server.models import ServerConfig
|
||||
|
||||
class ServerConfigAdmin(admin.ModelAdmin):
|
||||
"Custom admin for server configs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue