Like civic_calendar only BETTER.
Request a GET argument of html
set to anything, i.e.,
... /civic/print/?html=foo
... and you'll get Presto-ready HTML. Just flip your editor to Source
and paste it in.
Use 0.0.0.0:8080
or ...
Use the AWS Internal IP address (check the AWS Console to find out what it is) and the runserver'll work (provided the port you use is open). i.e.:
$ python manage.py runserver 172.16.1.174:8080 --settings=django_root.settings.staging
Also, remember to use a settings
that has Debug = True
so you can get your assets served by the test server.