Skip to main content

Simple reusable blog application

Project description

Radpress is a simple blogging application for Djangonauts. It uses restructuredtext format for articles and pages.

Installation

You can install radpress pip or easy_install. If you want to fork and develop the project, create a virtual environment and install it with:

python setup.py install

Development

After you cloned the repository, enter the directory and create a virtual environment:

virtualenv -p /usr/local/bin/python venv --no-site-packages
source venv/bin/activate

Then, install requirements for development with this command:

pip install -r requirements.txt

Synchronize database and run server:

cd demo
python manage.py syncdb --migrate
python manage.py runserver

Authors

Gökmen Görgen, <gokmen[@]radity.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

radpress-0.1.7.tar.gz (181.5 kB view hashes)

Uploaded Source

radpress-0.1.7.tar.bz2 (158.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page