Skip to content

z4nD4R/z4nD4R-radicale-django-sqlite3-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Motivation

Provide as simple as possible approach to using Django authentication db. Currently only sqlite3 supported.

Installation

  1. git clone radicale-django-sqlite3-auth
  2. cd radicale-django-sqlite3-auth
  3. pip --upgrade .
  4. edit config for radicale
cat config
[auth]
type = radicale-django-sqlite3-auth
django_sqlite3_path = /path/to/your/db.sqlite3
  1. run radicale --config /path/to/your/config
  2. you should see in debug logs
[7f7cc6e4e700] INFO: Using sqllite3: /path/to/your/db.sqlite3
[7f7cc6e4e700] INFO: Successful login: 'django_user'
  1. in that case 'django_user' was successfully autheticated.

About

Django sqlite3 db as authentication backed for radicale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages