Skip to content

sph199712/IT_Coursework

 
 

Repository files navigation

IT_Coursework

We are the team E38

How To Run Project

  1. PIP Requirement
  2. Configure Database(We use SQLITE3)
    1. Open a terminal in the root directory
    2. Use command: python manage.py makemigrations vlog_app
    3. Use command: python manage.py migrate
  3. Generate Admin User
    1. Use command: python manage.py createsuperuser
  4. Populate Test Data
    1. Use command: population_script.py
  5. TestUnit
    1. Run test.py
  6. Web site map
    1. /home/ home
    2. /admin/ admin system
  7. Pythonanywhere
    1. Try our app ->https://sph199712.pythonanywhere.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.4%
  • Python 16.8%
  • HTML 14.8%