Skip to main content
DjangoKit Start Get Started Log In

TODO

NOTE: You can use Markdown

4 things to do

1

Implement loaders

2

Create Dockerfile and docker-compose.yaml

3

Make CSRF token injection lazy

4

Check for uv when running setup (or any uv command)

19 things completed

1

Docs: write (at least the basics), reorder with drag n drop

2

Implement non-nested layouts

3

Catchall route at routes/catchall/{api,page} (could maybe be used as a 404 page?)

4

Error routes

5

Make base React app more easily configurable. In particular, make it easy to wrap the router component.

6

Related to #1, fix the base React app and cookiecutter so they don't require react-query.

7

Release 0.1.0 versions of core and cli packages.

8

Release 0.0.2

9

Update docs pertaining to settings

10

Fix static files deployment (keep old versions of files a while)

11

Set up memcached in prod

12

Add firstName, lastName, and dateJoined to user serializer

13

Use django.shortcuts.render rather than TemplateResponse

14

Remove About and Ideas links form header nav for now

15

Disable scrolling on <body> (relevant to this particular site, not in general)

16

Add Concepts page to docs w/ a basic overview of routes and handlers (the two big DK concepts)

17

Add link to Django docs

18

Allow all handler cache args to be set in DJANGOKIT settings

19

Tweak website layout so <main> and <footer> scroll together