xurror / news_app_final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

news_app_final(Publication Platform)

A web app built with django and bootstrap to publish news feeds

Building

It is best to use the python virtualenv tool to build locally:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver

Then visit `http://localhost:8000` to view the app. Alternatively you
can use foreman and gunicorn to run the server locally (after copying
`dev.env` to `.env`):

About


Languages

Language:CSS 66.6%Language:JavaScript 28.3%Language:HTML 3.8%Language:Python 1.3%