Skip to content

Commit

Permalink
ufak bir degisiklik denemesi.
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitsadic committed Mar 10, 2012
1 parent 50d754e commit c31f4a1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .project
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>pythontr_org</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions .pydevproject
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>

<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>
2 changes: 2 additions & 0 deletions urls.py
Expand Up @@ -69,3 +69,5 @@
(r'^rss/topluluk/$', LatestPosts()),
(r'^rss/blog/$', LatestPostsBlog()),
)

# edited by yigit sadic

0 comments on commit c31f4a1

Please sign in to comment.