8000 GitHub - ZhArtem/NewsPaper: Django News Portal project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZhArtem/NewsPaper

Repository files navigation

NewsPaper - Новостной портал

Getting Started

First clone the repository from Github and switch to the new directory:

$ git clone https://github.com/ZhArtem/NewsPaper.git
$ cd NewsPaper

Activate the virtualenv for your project.

Install project dependencies:

$ pip install -r requirements.txt

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server:

$ python manage.py run
0