Vpapp is a django app to parse replacement-plans from the Realschule Herrieden and provide them in a format so that the corresponding Android-App can use them.
Add "vpapp" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ 'vpapp', ... ]
Configure XML Endpoint in your settings:
VPAPP_RSH_URL='http://localhost:9000/data_{:%Y-%m-%d}.xml'
Include the polls URLconf in your project urls.py like this:
path('', include('vpapp.urls')),
Run
python manage.py migrate
to create the polls models.4un
python manage.py scrape
to collect the next replacement-plans.Visit http://127.0.0.1:8000/ to view the webapp with the replacements