Skip to content

AmyLin0210/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • JavaScript 2.8%
  • HTML 1.4%