Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 468 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 468 Bytes

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 [email protected]: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