This is the code that runs http://planet.python.org.in.
to install do the following:
-
Clone the repo
$ git clone git://github.com/ipss/planet-python-india.git $ cd planet-python-india
-
Setup virtualenv
$ make venv
This creates a virtualenv in the root of the project directory and installs all the dependencies. It also takes care of renaming planet.py as run-planet.py to avoid import conflicts.
-
Build the planet
$ make
The output is available at output/index.html
A detailed template editing guide is available in the http://planetpython.org documentation.
There are a few useful paver commands packaged in this repo.
Theclean_compiled_templates command is used to clean compiled templates from the source directory. Use this when you encounter a Permission Denied error on repeated runninng of the cron.