a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 93e3fa5412
Add a Forwardfile for development
2017-10-30 13:31:27 +11:00
entries Replace use of abandoned rev="canonical" with rel="shortlink" 2017-10-30 10:03:08 +11:00
home Install django-annoying, which provides some nice shortcuts for common operations 2017-10-29 12:41:33 +11:00
lemonauth Make POST /indie/auth return a 403 if parameters are missing, rather than a 500 2017-10-30 08:27:19 +11:00
lemoncurry Delegate OpenID authentication to IndieAuth - OpenID is barely used nowadays but this is such a tiny change I might as well do it 2017-10-30 11:46:38 +11:00
users Make some little quality-of-life improvements to the Django admin for my models 2017-10-29 22:44:11 +11:00
wellknowns Enable django.contrib.sites rather than using a custom lemoncurry-specific setting for the site name 2017-10-29 12:12:39 +11:00
.gitignore Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor 2017-10-23 10:29:12 +11:00
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 2017-10-27 11:34:34 +11:00
Forwardfile Add a Forwardfile for development 2017-10-30 13:31:27 +11:00
Pipfile Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5 2017-10-29 17:13:28 +11:00
Pipfile.lock Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5 2017-10-29 17:13:28 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 2017-10-29 19:15:29 +11:00
yarn.lock Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 2017-10-29 19:15:29 +11:00