Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_vincentdjango
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Almira Redoble
midterm_vincentdjango
Commits
350938e0
Commit
350938e0
authored
2 years ago
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
connected the urls of the assignments app
parent
9d650746
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
urls.py
widget_vincentdjango/assignments/urls.py
+0
-0
settings.py
widget_vincentdjango/widget_vincentdjango/settings.py
+1
-0
urls.py
widget_vincentdjango/widget_vincentdjango/urls.py
+1
-0
No files found.
widget_vincentdjango/assignments/urls.py
0 → 100644
View file @
350938e0
This diff is collapsed.
Click to expand it.
widget_vincentdjango/widget_vincentdjango/settings.py
View file @
350938e0
...
...
@@ -41,6 +41,7 @@ INSTALLED_APPS = [
'django.contrib.messages'
,
'django.contrib.staticfiles'
,
'dashboard'
,
'assignments'
,
]
MIDDLEWARE
=
[
...
...
This diff is collapsed.
Click to expand it.
widget_vincentdjango/widget_vincentdjango/urls.py
View file @
350938e0
...
...
@@ -19,4 +19,5 @@ from django.urls import include, path
urlpatterns
=
[
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
'dashboard/'
,
include
(
'dashboard.urls'
,
namespace
=
"dashboard"
)),
path
(
'assignments/'
,
include
(
'assignments.urls'
,
namespace
=
"assignments"
)),
]
This diff is collapsed.
Click to expand it.
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