a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 75ed4503c8
Make some little quality-of-life improvements to the Django admin for my models
2017-10-29 22:44:11 +11:00
entries Make some little quality-of-life improvements to the Django admin for my models 2017-10-29 22:44:11 +11:00
home Install django-annoying, which provides some nice shortcuts for common operations 2017-10-29 12:41:33 +11:00
lemonauth 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
lemoncurry Whoops, allow images in bleached content 2017-10-29 19:35:57 +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
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