Commit 43777898 authored by Shelepnev Dmitry's avatar Shelepnev Dmitry
Browse files

Merge branch 'v0.3-devel' of...

Merge branch 'v0.3-devel' of C:\Users\shelepnevdv\Dropbox\Projects\Eclipse\workspace\sopds into v0.3-devel
parents bed7f8e8 2c5686e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
eclipse.preferences.version=1
encoding//opds_catalog/dl.py=utf-8
encoding//opds_catalog/sopdscan.py=utf-8
encoding//opds_catalog/tests/test_dl.py=utf-8
encoding//opds_catalog/tests/test_feeds.py=utf-8
encoding//py/sopdscan.py=utf-8
encoding/<project>=UTF-8
+13 −0
Original line number Diff line number Diff line
@@ -6,3 +6,16 @@
## Зависимости проекта
- Django 1.9 
    - в Django 1.8 в django.utils.feedgenerator.Atom1Feed не работает задание заголовка content_type

    
## Установка
manage.py migrate
manage.py createsuperuser (admin:ma*ka)

Внести изменения в settings.py
SOPDS_ROOT_LIB = < Путь к каталогу с книгами >
SOPDS_AUTH = < False | True >

manage.py sopds --clear
manage.py sopds --scan
+1 −1
Original line number Diff line number Diff line
## Как делсть syndication на Django
## Как делать syndication на Django
http://djbook.ru/rel1.4/ref/contrib/syndication.html#a-simple-example
https://docs.djangoproject.com/en/1.9/ref/contrib/syndication/
http://djbook.ru/ch11s05.html
Loading