Skip to content
Snippets Groups Projects
Commit 5d36edb1 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Modify project for Eclipse IDE

parent 8ab64224
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 4 deletions
.project 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sopds</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
<nature>org.python.pydev.django.djangoNature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_variables_property name="org.python.pydev.PROJECT_VARIABLE_SUBSTITUTION">
<key>DJANGO_MANAGE_LOCATION</key>
<value>manage.py</value>
</pydev_variables_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/${PROJECT_DIR_NAME}</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.0</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
</pydev_project>
...@@ -3,7 +3,7 @@ http://djbook.ru/rel1.4/ref/contrib/syndication.html#a-simple-example ...@@ -3,7 +3,7 @@ http://djbook.ru/rel1.4/ref/contrib/syndication.html#a-simple-example
https://docs.djangoproject.com/en/1.9/ref/contrib/syndication/ https://docs.djangoproject.com/en/1.9/ref/contrib/syndication/
http://djbook.ru/ch11s05.html http://djbook.ru/ch11s05.html
manage.py magemessages -l ru manage.py makemessages -l ru
manage.py compilemessages manage.py compilemessages
## О трансляции на другие языки ## О трансляции на другие языки
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -5,10 +5,8 @@ from django.utils.translation import ugettext as _ ...@@ -5,10 +5,8 @@ from django.utils.translation import ugettext as _
from django.utils.feedgenerator import Atom1Feed, Enclosure, rfc3339_date from django.utils.feedgenerator import Atom1Feed, Enclosure, rfc3339_date
from django.contrib.syndication.views import Feed from django.contrib.syndication.views import Feed
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger from django.core.paginator import Paginator, EmptyPage
from django.shortcuts import render from django.shortcuts import render
from django.contrib import auth
from django.http import HttpResponse
from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter
from opds_catalog import models from opds_catalog import models
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment