Logo
Explore Help
Register Sign In
TheLovinator/postgres-handholder
1
Fork 0
You've already forked postgres-handholder
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
postgres-handholder/backups/apps.py
Joakim Hellsén a856fb73f7 Initial Django project setup for Postgres cluster management - Created Django project structure with postgres_handholder main app - Added clusters, backups, and monitoring apps - Implemented comprehensive models for PostgresCluster, PostgresInstance, ClusterUser, ClusterDatabase - Added forms and views for cluster management - Created Bootstrap 5 templates with modern UI - Added Docker and Docker Compose configuration - Included Celery for background tasks - Added comprehensive requirements.txt with all dependencies - Updated README with installation and usage instructions - Added environment configuration example - Set up proper URL routing and app structure
2025-06-18 06:24:56 +02:00

7 lines
184 B
Python
Raw Permalink Blame History

from django.apps import AppConfig
class BackupsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'backups'
verbose_name = 'Database Backups'
Reference in New Issue View Git Blame Copy Permalink
Page: 16ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API