Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 719 Bytes

File metadata and controls

22 lines (15 loc) · 719 Bytes

UK Python News

Deprecated

Build Status

This is the code for community.uk.python.org.

Building the site

This site uses django-amber. To install django-amber and other dependencies, run pip install -r requirements.txt. django-amber is only known to work with Python 3.5+.

To build the site, run python manage.py buildsite. This pulls together all the components into a set of HTML files in output/.

Alternatively, if you run python manage.py serve, django-amber will build the site, serve the built site on port 8000, and watch for changes.