Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 1.23 KB

File metadata and controls

28 lines (22 loc) · 1.23 KB

Mini-Wiki

A web application that allows to create articles with images, youtube and google maps attachment, rate posts, leave comments and other

install:

$ npm install -g bower
$ pip install -r requirements.txt
$ python manage.py bower install
$ python manage.py rebuild_index
$ python manage.py collectstatic
$ python manage.py migrate --run-syncdb

run: $ python manage.py runserver