Skip to content

pcanham/tamlynscore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TamlynScore

Django-based archery scoring web application.

Requirements

The requirements for the project are as follows:

  • Python 3
  • PIP
  • PostgreSQL

On top of these, if you want to modify/recompile the CSS you're going to need:

  • Compass

Installation

Assuming that the requirements have been fulfilled, the installation procedure is as follows:

  1. Clone the repository,
  2. Run pip install -r requirements.txt from the repositories root,
  3. Set up the config file (tamlynscore/settings.py),
  • This should include a secret key and the correct database access URI.
  1. Run the program using make run

The application should then be running, and accessible on localhost:8001.

Note: It's thoroughly recommended that you use a virtual environment for python to run this project.

Contributors

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.7%
  • JavaScript 28.0%
  • CSS 15.4%
  • HTML 8.2%
  • SCSS 6.3%
  • Sass 3.1%
  • Other 0.3%