Compare commits
2 commits
a6fa7ebb3a
...
03956637be
Author | SHA1 | Date | |
---|---|---|---|
03956637be | |||
60bdaa27a0 |
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lemoncurry",
|
||||
"version": "1.12.1",
|
||||
"version": "1.12.2",
|
||||
"repository": "https://git.00dani.me/00dani/lemoncurry",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "lemoncurry"
|
||||
version = "1.12.1"
|
||||
version = "1.12.2"
|
||||
description = "Indieweb-compatible personal website"
|
||||
authors = ["Danielle McLean <dani@00dani.me>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from django.http import JsonResponse
|
||||
from users.models import User
|
||||
|
||||
aliases = {"00dani": ("_", "dani")}
|
||||
aliases = {"dani": ("_", "00dani")}
|
||||
unaliases = {alias: name for (name, aliases) in aliases.items() for alias in aliases}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue