No description
src | ||
.editorconfig | ||
.gitignore | ||
README.md |
LibreCAPTCHA
Setup
Run src/manage.py migrate to setup the database. The database can be configured in the settings file.
Configuration
Primary config file is in src/LibreCaptcha/settings.py
See https://docs.djangoproject.com/en/5.2/ref/settings/
for django's core configuration settings.
Development
Django main project is in src/LibreCaptcha/
. Main app is in src/Captcha/