Skip to content

Commit 74221a6

Browse files
committedJan 15, 2016
eclipse PyDev Django project
1 parent 4831aee commit 74221a6

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
 

‎.project

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>github-drandreaskrueger-buyme</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.python.pydev.django.djangoNature</nature>
16+
<nature>org.python.pydev.pythonNature</nature>
17+
</natures>
18+
</projectDescription>

‎.pydevproject

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
5+
<pydev_variables_property name="org.python.pydev.PROJECT_VARIABLE_SUBSTITUTION">
6+
<key>DJANGO_MANAGE_LOCATION</key>
7+
<value>manage.py</value>
8+
<key>DJANGO_SETTINGS_MODULE</key>
9+
<value>djangosite.settings</value>
10+
</pydev_variables_property>
11+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
12+
<path>/${PROJECT_DIR_NAME}/buyme</path>
13+
</pydev_pathproperty>
14+
</pydev_project>

0 commit comments

Comments
 (0)
Please sign in to comment.