Schemeer / EI447_Project

Application-oriented tutor recommendation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application-Oriented Tutor Recommendation System

About the repository

This is the final project of the EI447 Mobile Network of SJTU.

About the Files

  • FeatureVector: Stores some encoded feature vectors of supervisors. Here we just put a field map file as a placeholder to maintain the directory structure.
  • FinalProject: The project directory, contains some settings of the project.
  • RecommendSys: The app of the project, contains models and views.
  • statics: Static sources.
  • templates: Templates of the web.
  • manage.py: An interface to control the project.

How to use

Run python ./manage.py xxx to control the project. For more usages, please refer to Django. Here I just list some most frequently used command.

  1. python ./manage.py runserver 0.0.0.0:8080: run the development server on current device at port 8080.
  2. python ./manage.py makemigrations: generate migration file of models defined.
  3. python ./manage.py migrate: migrate django models into tables in database.

About

Application-oriented tutor recommendation system


Languages

Language:Python 62.1%Language:HTML 18.0%Language:JavaScript 16.1%Language:CSS 3.7%