Skip to content

raphapassini/pypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypress

Pypress is a blog plataform develop helping authors to creating collaborative articles.

How to install

  • Create a virtualenv mkvirtualenv pypress

  • Clone repository to development git clone git@github.com:raphapassini/pypress.git

  • Go to pypress folder

cd pypress
  • Install all requirements
pip install -r requirements.txt
  • Sync database
python manage.py syncdb
python manage.py migrate

About

A collaborative blog plataform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 45.8%
  • JavaScript 40.4%
  • CSS 12.0%
  • Python 1.7%
  • PHP 0.1%