Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_django unchained
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
Jose Emmanuel B. Laurel
widget_django unchained
Commits
e2d5715c
Commit
e2d5715c
authored
May 23, 2022
by
Joshua Son
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace urls.py
parent
e9596b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
urls.py
widget_django_unchained/widget_django_unchained/urls.py
+1
-9
No files found.
widget_django_unchained/widget_django_unchained/urls.py
View file @
e2d5715c
...
@@ -17,10 +17,6 @@ from django.contrib import admin
...
@@ -17,10 +17,6 @@ from django.contrib import admin
from
django.urls
import
include
,
path
from
django.urls
import
include
,
path
from
django.conf
import
settings
from
django.conf
import
settings
from
django.conf.urls.static
import
static
from
django.conf.urls.static
import
static
<<<<<<<
HEAD
=======
>>>>>>>
cfaf9ababe2607db22a5f225df2d8f007ea1dc50
urlpatterns
=
[
urlpatterns
=
[
path
(
'announcements/'
,
include
(
'announcements.urls'
)),
path
(
'announcements/'
,
include
(
'announcements.urls'
)),
...
@@ -28,8 +24,4 @@ urlpatterns = [
...
@@ -28,8 +24,4 @@ urlpatterns = [
path
(
'forum/'
,
include
(
'forum.urls'
)),
path
(
'forum/'
,
include
(
'forum.urls'
)),
path
(
'assignments/'
,
include
(
'assignments.urls'
)),
path
(
'assignments/'
,
include
(
'assignments.urls'
)),
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
'admin/'
,
admin
.
site
.
urls
),
<<<<<<<
HEAD
]
+
static
(
settings
.
MEDIA_URL
,
document_root
=
settings
.
MEDIA_ROOT
)
]
+
static
(
settings
.
MEDIA_URL
,
document_root
=
settings
.
MEDIA_ROOT
)
\ No newline at end of file
=======
]
+
static
(
settings
.
MEDIA_URL
,
document_root
=
settings
.
MEDIA_ROOT
)
>>>>>>>
cfaf9ababe2607db22a5f225df2d8f007ea1dc50
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