Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
3b867015
Commit
3b867015
authored
Aug 02, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
reorganize API for catalog
parent
51720f4c
Pipeline
#13517
passed with stages
in 2 minutes and 5 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/api/
accounts/migrations
/__init__.py
→
backend/metagenedb/api/
catalog
/__init__.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/urls.py
→
backend/metagenedb/ap
i
/catalog/urls.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/views/__init__.py
→
backend/metagenedb/ap
i
/catalog/views/__init__.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/views/gene.py
→
backend/metagenedb/ap
i
/catalog/views/gene.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/views/statistics.py
→
backend/metagenedb/ap
i
/catalog/views/statistics.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/views/test_gene.py
→
backend/metagenedb/ap
i
/catalog/views/test_gene.py
View file @
3b867015
File moved
backend/metagenedb/ap
ps
/catalog/views/test_statistics.py
→
backend/metagenedb/ap
i
/catalog/views/test_statistics.py
View file @
3b867015
File moved
backend/metagenedb/api/urls.py
View file @
3b867015
from
django.contrib
import
admin
from
django.urls
import
include
,
path
urlpatterns
=
[
path
(
'auth/'
,
include
(
'metagenedb.api.accounts.urls'
)),
path
(
'catalog/'
,
include
(
'metagenedb.apps.catalog.urls'
))
]
\ No newline at end of file
path
(
'catalog/'
,
include
(
'metagenedb.api.catalog.urls'
))
]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment