No description
Find a file
2025-09-19 08:23:25 -05:00
src Create basic templates and non functional settings pages. 2025-09-19 08:23:25 -05:00
.editorconfig Add gitignore and editorconfig. 2025-09-18 11:31:29 -05:00
.gitignore Add gitignore and editorconfig. 2025-09-18 11:31:29 -05:00
README.md Initial Commit 2025-09-18 10:11:34 -05:00

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/