Skip to content

yxor/neonews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

NeoNews

News article websites with multi-language support. Also supports adding articles using an API.

Product Name Screen Shot

Built With

This project is built using the Django web framework.

Getting Started

Prerequisites

You must have python 3.6 or higher installed on your machine.

Installation

  1. Clone the repo
git clone https://github.com/yxor/neonews.git
  1. Install the dependencies (this project is only dependant on django)
pip install -r requirements.txt
  1. Migrate the database and create the tables
python manage.py migrate --run-syncdb
  1. Collect the static files
python manage.py collectstatic
  1. Create an admin account
python manage.py createsuperuser

Usage

Just run the local development server and the website should be available at localhost:8000.

python manage.py runserver

Note: To add content to the site you can use the admin site app at /admin.

License

Distributed under the MIT License. See LICENSE for more information.

About

News article websites with multi-language support.

Topics

Resources

Stars

Watchers

Forks

Languages