a Django-based indieweb.org site https://00dani.me/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Danielle McLean 1b660d8af5
Migrate users.urls from url() to re_path()
5 years ago
entries Switch home.urls and entries.urls over to modern path() definitions, with param conversion and such 5 years ago
home Switch home.urls and entries.urls over to modern path() definitions, with param conversion and such 5 years ago
lemonauth Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 5 years ago
lemoncurry Port the global lemoncurry.urls URLconf to use path() 5 years ago
lemonshort Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 5 years ago
micropub Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 5 years ago
users Migrate users.urls from url() to re_path() 5 years ago
webmention Change the webmention acceptance URL to /webmentions - it feels a little more RESTful 5 years ago
wellknowns Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 5 years ago
.gitignore Install pytest for designing and running automated test suites 5 years ago
.gitlab-ci.yml Apparently you can't use a Boolean true in gitlab-ci.yml environment variables config 5 years ago
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 5 years ago
.pre-commit-config.yaml Add pre-commit hooks for checking common problems 5 years ago
Forwardfile Add a Forwardfile for development 5 years ago
LICENSE Extend the copyright range in the license to cover 2018 as well 5 years ago
Pipfile Install django-extensions for lots more manage.py commands 5 years ago
Pipfile.lock Install django-extensions for lots more manage.py commands 5 years ago
lemoncurry.paw Update the client ID used for Paw's autogenerated JWTs - use https://paw.cloud/ instead of https://00dani.me/ for accuracy 5 years ago
lemoncurry.svg Add the lemoncurry logo - yes, it's just FA's lemon layered over a dark circle 5 years ago
manage.py Make development-specific settings file 5 years ago
package.json Upgrade to Tippy.js v2, along with upgrading its dependency Popper.js 5 years ago
pytest.ini Add support for tests that use django.test.Client and that require a database, and use this support to test some of the wellknowns.views modules 5 years ago
yarn.lock Upgrade to Tippy.js v2, along with upgrading its dependency Popper.js 5 years ago