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
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size radpress-0.1.8.tar.bz2 (158.2 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Filename, size radpress-0.1.8.tar.gz (181.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |