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
6d68eaa5
Commit
6d68eaa5
authored
Jan 12, 2015
by
Daniel W Bond
Browse files
unregistered address
parent
437812a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/admin.py
View file @
6d68eaa5
from
django.contrib
import
admin
from
housing.models
import
Class
,
Building
,
Address
,
Room
from
housing.models
import
Class
,
Building
,
Room
# Register your models here.
admin
.
site
.
register
(
Class
)
admin
.
site
.
register
(
Building
)
admin
.
site
.
register
(
Address
)
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