Kumi
dbf7cde183
- Added standard project documentation including README.md - Added .gitignore for ignoring unnecessary files (.venv, *.pyc, etc.) - Implemented basic Django application structure with accounts and resolver apps - Configured Django settings, including two-factor auth and database setup - Set up Django admin and basic model structures for Prefixes, Suffixes, Identifiers, and Permissions - Added templates for accounts and resolver management - Configured initial migrations and custom user model - Included poetry dependencies and project setup configuration This commit sets up the fundamental structure of the FreeDOI project, enabling DOI-like identifier creation and resolution.
9 lines
No EOL
88 B
Text
9 lines
No EOL
88 B
Text
settings.ini
|
|
*.pyc
|
|
__pycache__/
|
|
db.sqlite3
|
|
node_modules/
|
|
static/js/*
|
|
media/
|
|
.venv/
|
|
venv/ |