brutaldon-interfaccia-web-m.../brutaldon
Jason McBrayer 267e94077f Add multiuser support
Currently, this uses anonymous sessions. You log in to your instance, and you
get associated with a session. Your client information and account information
are persisted (created only if needed, reattached if not). Passwords are never
stored, only access tokens.
2018-04-24 14:53:05 -04:00
..
migrations Add multiuser support 2018-04-24 14:53:05 -04:00
static/css Display boosts correctly 2018-04-24 09:12:13 -04:00
templates Added (non-functional) thread link and pagination 2018-04-24 12:40:33 -04:00
__init__.py Initial project setup 2018-01-05 21:06:07 -05:00
forms.py Add multiuser support 2018-04-24 14:53:05 -04:00
models.py Add multiuser support 2018-04-24 14:53:05 -04:00
settings.py Log in to an instance and display a home timeline. 2018-04-23 20:01:40 -04:00
urls.py Log in to an instance and display a home timeline. 2018-04-23 20:01:40 -04:00
views.py Add multiuser support 2018-04-24 14:53:05 -04:00
wsgi.py Initial project setup 2018-01-05 21:06:07 -05:00