Skip to content

gavinatkinson/UKHSF-website

 
 

Repository files navigation

This is the website for www.hackspace.org.uk.

This is a Python 3 project, so make sure you have a python 3 interpreter installed.

To configure: Copy the hsf/local_settings.py.example to hsf/local_settings.py and edit as necessary.

To run (it will use a sqlite database in dev), simply type:

make

Then you should be able to connect to http://localhost:8000.

To check your code for style (and hopefully tests in future), run make test.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.9%
  • Python 38.9%
  • JavaScript 4.7%
  • CSS 3.1%
  • Makefile 0.4%