Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
/ Mini-Wiki Public archive

📝 course project in Itransition on Python & AngularJS

Notifications You must be signed in to change notification settings

Drapegnik/Mini-Wiki

Repository files navigation

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