Skip to content

My analyzing news and media in Taiwan project at NCKU

Notifications You must be signed in to change notification settings

ccs100203/NCKU_news_analysis

 
 

Repository files navigation

NCKU_news_analysis

Build up environment

  • Install dependencies
$ npm install
$ pip install -r requirements.txt
  • Set up configurations
$ npm run default-config # go to modify the config.ini file

You need to set up engine, name, user, password, host, port.

Some simple django commands

run server(inside news_site folder)

$ python manage.py runserver

shell

$ python manage.py shell

makemigrations

$ python manage.py makemigrations

migrate

$ python manage.py migrate newsdb

About

My analyzing news and media in Taiwan project at NCKU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.6%
  • Python 34.5%
  • SCSS 11.8%
  • Other 1.1%