Skip to content

mtklar/maths_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • Create virtual environment with python -m venv .venv.
  • Change into virtual environment with source .venv/bin/activate.
  • Install required packages with pip install -r requirements.txt.

Run

  • Change directory with cd exercise_project.
  • Run the Django server with python manage.py runserver 8123.
  • Open the application in the browser at http://127.0.0.1:8123.

Admin

  • Go to http://127.0.0.1:8123/admin.
  • Username is username.
  • Password is password.

About

A maths exercises database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published