Skip to content

rtts/copyshopdenbosch.nl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyshopdenbosch.nl

This repository contains the source code of Copyshopdenbosch.nl, a web application created by Return to the Source, provided here for everyone to use under the GPLv3 license as part of our free and open source philosophy.

A former version of this website has been archived on https://copyshop.created.today/

Installation

Make sure that Python is installed, then run the following commands:

pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

Usage

Visit http://localhost:8000/admin/ to login. Then, visit http://localhost:8000/edit/ to edit the homepage. You can add various types of sections and click the save icon. These sections can then be edited by clicking their edit icons.