Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
c5bffaca
Commit
c5bffaca
authored
May 23, 2017
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
another import error from moving things to core/
parent
896b04fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
roomlist/accounts/views.py
roomlist/accounts/views.py
+0
-1
roomlist/core/student_messages.py
roomlist/core/student_messages.py
+0
-0
roomlist/core/utils.py
roomlist/core/utils.py
+1
-0
No files found.
roomlist/accounts/views.py
View file @
c5bffaca
...
...
@@ -24,7 +24,6 @@ from ratelimit.decorators import ratelimit
# imports from your apps
from
.models
import
Student
,
Major
,
Confirmation
from
.forms
import
StudentUpdateForm
,
FarewellFeedbackForm
from
.student_messages
import
return_messages
from
housing.models
import
Room
from
core.utils
import
shadowbanning
,
on_the_same_floor
,
pk_or_none
...
...
roomlist/
accounts
/student_messages.py
→
roomlist/
core
/student_messages.py
View file @
c5bffaca
File moved
roomlist/core/utils.py
View file @
c5bffaca
...
...
@@ -14,6 +14,7 @@ from django.core.urlresolvers import reverse
from
cas.views
import
login
as
cas_login
# imports from your apps
from
accounts.models
import
Student
from
.student_messages
import
return_messages
def
custom_cas_login
(
request
,
*
args
,
**
kwargs
):
...
...
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