Skip to content

alexweiranli/ApTimer

 
 

Repository files navigation

Installation

  • Clone the repo
git clone [email protected]:SeriousCorgi/ApTimer.git
cd ApTimer
  • Install virtualenv
pip install virtualenv
virtualenv env -p python3
  • Install requirement in virtual env
source env/bin/activate
pip install -r requirements.txt
  • Migrate
python manage.py migrate
  • Run the server
python manage.py runserver

The server is started at localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.8%
  • JavaScript 28.3%
  • HTML 14.8%
  • CSS 2.1%