Skip to content

Commit cb3ebb6

Browse files
author
a.shtyrnyaev
committed
update!
1 parent 8af0ac2 commit cb3ebb6

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

python_ru/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url(r'^junior/$', news_views.JuniorView.as_view(), name='junior'),
1515
url(r'^post/(?P<pk>\d+)/$', news_views.PostView.as_view(), name='post_page'),
1616

17-
url(r'^admin/', include(admin.site.urls)),
17+
url(r'^admin/', admin.site.urls),
1818
url(r'^ckeditor/', include('ckeditor_uploader.urls')),
1919
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
2020

requirements.txt

Lines changed: 38 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,43 @@
1+
attrs==17.4.0
2+
bleach==1.4.3
3+
certifi==2017.11.5
4+
chardet==3.0.4
5+
codecov==2.0.5
6+
coverage==4.4.2
7+
dj-database-url==0.4.1
18
Django==2.0.1
2-
psycopg2==2.7.3.2
3-
dj-database-url==0.4.2
4-
gunicorn==19.7.1
5-
whitenoise==3.3.1
6-
django-model-utils==3.0.0
9+
django-ckeditor==5.4.0
10+
django-js-asset==0.1.1
11+
django-model-utils==2.5
12+
factory-boy==2.7.0
13+
fake-factory==9999.9.9
14+
Faker==0.7.7
715
feedparser==5.2.1
8-
Pillow==4.0.0
16+
flake8==3.5.0
17+
gunicorn==19.6.0
18+
html5lib==0.9999999
19+
httplib2==0.9.1
20+
idna==2.6
21+
lxml==3.6.1
22+
mccabe==0.6.1
23+
oauthlib==2.0.6
24+
Pillow==5.0.0
25+
pluggy==0.6.0
26+
py==1.5.2
27+
pycodestyle==2.3.1
28+
pyflakes==1.6.0
29+
pytest==3.3.2
30+
pytest-cov==2.3.0
31+
pytest-django==2.9.1
32+
pytest-flake8==0.6
933
python-dateutil==2.6.1
10-
lxml==4.1.1
11-
bleach==2.1.2
12-
html5lib==1.0.1
13-
requests==2.18.4
14-
codecov==2.0.12
15-
pytest_django==3.1.2
16-
pytest-cov==2.5.1
17-
factory_boy==2.9.2
18-
vcrpy==1.11.1
19-
pytest-flake8==0.9.1
2034
pytz==2017.3
35+
PyYAML==3.12
2136
readability-api==1.0.2
22-
Faker==0.8.8
37+
requests==2.18.4
38+
requests-oauthlib==0.8.0
39+
six==1.11.0
40+
urllib3==1.22
41+
vcrpy==1.9.0
42+
whitenoise==3.2
43+
wrapt==1.10.11

0 commit comments

Comments
 (0)