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
bce545ad
Commit
bce545ad
authored
Oct 21, 2016
by
Eyad Hasan
Browse files
Added missing import
parent
4816ea10
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/api/urls.py
View file @
bce545ad
...
...
@@ -3,6 +3,7 @@ from __future__ import absolute_import, print_function
# core django imports
from
django.conf.urls
import
patterns
,
include
,
url
from
django.views.generic
import
RedirectView
from
django.views.decorators.cache
import
cache_page
# imports from your apps
from
.views
import
BuildingList
,
BuildingRetrieve
,
FloorRetrieve
,
RoomRetrieve
,
\
MajorList
,
MajorRetrieve
,
APIRoot
...
...
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