Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
61a5c123
Commit
61a5c123
authored
Feb 21, 2015
by
Daniel W Bond
Browse files
registered Floor
parent
1d097ad7
Changes
1
Show whitespace changes
Inline
Side-by-side
roomlist/housing/admin.py
View file @
61a5c123
from
django.contrib
import
admin
from
housing.models
import
Class
,
Building
,
Room
from
housing.models
import
Class
,
Building
,
Floor
,
Room
# Register your models here.
admin
.
site
.
register
(
Class
)
admin
.
site
.
register
(
Building
)
admin
.
site
.
register
(
Floor
)
admin
.
site
.
register
(
Room
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment