Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
warpshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
legacy-projekte
warpshop
Commits
948ddfa0
Commit
948ddfa0
authored
10 years ago
by
Chris Heitkamp / SuperVirus
Committed by
Chris Heitkamp
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
warpshop_server: Zwischenstand
parent
f75fa895
No related branches found
No related tags found
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
warpshop_server/warpshop_server/warpshop_server/urls.py
+4
-0
4 additions, 0 deletions
warpshop_server/warpshop_server/warpshop_server/urls.py
with
4 additions
and
0 deletions
warpshop_server/warpshop_server/warpshop_server/urls.py
+
4
−
0
View file @
948ddfa0
...
@@ -19,6 +19,10 @@ urlpatterns = patterns('',
...
@@ -19,6 +19,10 @@ urlpatterns = patterns('',
# Uncomment the next line to enable the admin:
# Uncomment the next line to enable the admin:
url
(
r
'
^admin/
'
,
include
(
admin
.
site
.
urls
)),
url
(
r
'
^admin/
'
,
include
(
admin
.
site
.
urls
)),
url
(
r
'
^artikel/
'
,
include
(
'
artikel.urls
'
,
namespace
=
'
artikel
'
)),
url
(
r
'
^benutzer/
'
,
include
(
'
benutzer.urls
'
,
namespace
=
'
benutzer
'
)),
url
(
r
'
^transaktion/
'
,
include
(
'
transaktion.urls
'
,
namespace
=
'
transaktion
'
)),
)
)
# Uncomment the next line to serve media files in dev.
# Uncomment the next line to serve media files in dev.
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment