This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
freedoi
Watch
4
Star
0
Fork
You've already forked freedoi
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e7a7766351
freedoi
/
.gitignore
10 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
feat!: initial FreeDOI project setup - 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.
2024-06-22 16:32:37 +00:00
settings.ini
*.pyc
__pycache__/
db.sqlite3
node_modules/
static/js/*
media/
.venv/
feat: add local static files and update references - Add local Bootstrap CSS and JS files to the static directory. - Add local jQuery file to the static directory. - Update HTML templates to reference local static files instead of CDN links. - Load Django static files in the base template. - Add STATIC_ROOT to Django settings for static file collection. These changes improve website performance and reliability by serving static assets locally, avoiding dependence on external CDNs. Additionally, this facilitates easier offline development and deployment.
2024-06-23 13:24:50 +00:00
venv/
/static/
Reference in a new issue
Copy permalink