Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
4e74b74e
Commit
4e74b74e
authored
Apr 16, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CLEAN] create scrappers folder for all scrappers apps.
parent
f6994364
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
4 additions
and
4 deletions
+4
-4
settings.py
gargantext_web/settings.py
+1
-1
urls.py
gargantext_web/urls.py
+1
-1
views.py
gargantext_web/views.py
+1
-1
backupdb.py
init/backupdb.py
+0
-0
init_accounts.py
init/init_accounts.py
+0
-0
test_db.py
init/test_db.py
+0
-0
MedlineFetcherDavid2015.py
scrappers/scrap_pubmed/MedlineFetcherDavid2015.py
+0
-0
__init__.py
scrappers/scrap_pubmed/__init__.py
+0
-0
admin.py
scrappers/scrap_pubmed/admin.py
+0
-0
models.py
scrappers/scrap_pubmed/models.py
+0
-0
tests.py
scrappers/scrap_pubmed/tests.py
+0
-0
views.py
scrappers/scrap_pubmed/views.py
+1
-1
No files found.
gargantext_web/settings.py
View file @
4e74b74e
...
...
@@ -97,7 +97,7 @@ INSTALLED_APPS = (
'cte_tree'
,
'node'
,
'ngram'
,
'scrap_pubmed'
,
'scrap
pers.scrap
_pubmed'
,
'djcelery'
,
'aldjemy'
,
'rest_framework'
,
...
...
gargantext_web/urls.py
View file @
4e74b74e
...
...
@@ -6,7 +6,7 @@ from django.contrib.auth.views import login
from
gargantext_web
import
views
,
views_optimized
import
gargantext_web.api
import
scrap_pubmed.views
as
pubmedscrapper
import
scrap
pers.scrap
_pubmed.views
as
pubmedscrapper
admin
.
autodiscover
()
...
...
gargantext_web/views.py
View file @
4e74b74e
...
...
@@ -38,7 +38,7 @@ from django.template import RequestContext
from
django.contrib.auth.decorators
import
login_required
from
django.contrib.auth
import
authenticate
,
login
,
logout
from
scrap_pubmed.admin
import
Logger
from
scrap
pers.scrap
_pubmed.admin
import
Logger
from
gargantext_web.db
import
*
...
...
backupdb.py
→
init/
backupdb.py
View file @
4e74b74e
File moved
init_accounts.py
→
init
/init
_accounts.py
View file @
4e74b74e
File moved
test_db.py
→
init/
test_db.py
View file @
4e74b74e
File moved
scrap_pubmed/MedlineFetcherDavid2015.py
→
scrap
pers/scrap
_pubmed/MedlineFetcherDavid2015.py
View file @
4e74b74e
File moved
scrap_pubmed/__init__.py
→
scrap
pers/scrap
_pubmed/__init__.py
View file @
4e74b74e
File moved
scrap_pubmed/admin.py
→
scrap
pers/scrap
_pubmed/admin.py
View file @
4e74b74e
File moved
scrap_pubmed/models.py
→
scrap
pers/scrap
_pubmed/models.py
View file @
4e74b74e
File moved
scrap_pubmed/tests.py
→
scrap
pers/scrap
_pubmed/tests.py
View file @
4e74b74e
File moved
scrap_pubmed/views.py
→
scrap
pers/scrap
_pubmed/views.py
View file @
4e74b74e
...
...
@@ -3,7 +3,7 @@ from django.template.loader import get_template
from
django.template
import
Context
from
django.contrib.auth.models
import
User
,
Group
from
scrap_pubmed.MedlineFetcherDavid2015
import
MedlineFetcher
from
scrap
pers.scrap
_pubmed.MedlineFetcherDavid2015
import
MedlineFetcher
from
urllib.request
import
urlopen
,
urlretrieve
import
json
...
...
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