Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
37335ebe
Commit
37335ebe
authored
6 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Story
OSB-11
: formatted code
parent
1db0dbcf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!89
Monitoring maintenance Epic branch merge
,
!1
Resolve OSB-13 "Monitoringmaintenance "
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCU/Maintenance/DBInterface/django_postgresql/urls.py
+1
-2
1 addition, 2 deletions
LCU/Maintenance/DBInterface/django_postgresql/urls.py
with
1 addition
and
2 deletions
LCU/Maintenance/DBInterface/django_postgresql/urls.py
+
1
−
2
View file @
37335ebe
...
@@ -13,9 +13,8 @@ Including another URLconf
...
@@ -13,9 +13,8 @@ Including another URLconf
1. Import the include() function: from django.urls import include, path
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path(
'
blog/
'
, include(
'
blog.urls
'
))
2. Add a URL to urlpatterns: path(
'
blog/
'
, include(
'
blog.urls
'
))
"""
"""
from
django.contrib
import
admin
from
django.conf.urls
import
url
,
include
from
django.conf.urls
import
include
from
django.urls
import
path
from
django.urls
import
path
urlpatterns
=
[
urlpatterns
=
[
...
...
This diff is collapsed.
Click to expand it.
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