Commit graph

28 commits

Author SHA1 Message Date
08299eadd4 Add empty frontend app 2025-03-16 12:46:51 +01:00
9079828a9b Add auth configuration to .env and settings.py 2025-03-16 10:33:34 +01:00
512b4e0ed9 Add created_at and updated_at to all models 2025-03-16 10:25:39 +01:00
d14b935242 Remove password field from user admin 2025-03-16 10:08:30 +01:00
c141f05c42 Add settings for staticfiles 2025-03-16 10:08:30 +01:00
d03d5faa98 Set some admin config variables 2025-03-16 10:08:30 +01:00
658be0d71a Serve static and media files in dev 2025-03-16 10:08:30 +01:00
489169f95b Improve admin handling 2025-03-16 10:08:30 +01:00
5a08fcad6b Various small model fixes 2025-03-16 10:08:30 +01:00
9373680612 Fix model display in admin 2025-03-16 09:32:18 +01:00
1664e9409c Add basic superuser permission checks for admin 2025-03-16 09:29:34 +01:00
4dd7d8628d Make sure `createuser and createsuperuser` work 2025-03-16 09:23:38 +01:00
f7f262ec75 Add initial model admin 2025-03-16 09:23:38 +01:00
56169de014 Add initial database migration 2025-03-16 09:23:38 +01:00
7345774860 Fix model ForeignKey constraints 2025-03-16 09:23:38 +01:00
9ee8f85bfd Fix model imports / orders 2025-03-16 09:23:38 +01:00
e8c624d408 Docs + default origin setting 2025-03-16 09:23:38 +01:00
d9469938ec Data model: Use correct link between plan and offering 2025-03-16 08:37:03 +01:00
abf18249bc Data model: Remove link between CloudProvider and ControlPlane 2025-03-16 08:36:37 +01:00
7f200b974b Data model: Rename service provider to cloud provider 2025-03-16 08:36:07 +01:00
6702de359b Add custom user model 2025-03-09 15:21:12 +01:00
2d3e8b2a56 Update to Django 5.2b1 2025-03-09 15:04:46 +01:00
9c59005eb5 Rough first draft of service models 2025-03-09 14:59:20 +01:00
bd035fe689 Add organization models 2025-03-07 15:27:28 +01:00
259837ae61 Add empty core app 2025-03-07 15:17:00 +01:00
2e49849960 Use environment variables in Django settings 2025-03-05 17:36:25 +01:00
34cee1aa2e Run black for initial code style 2025-03-05 11:04:09 +01:00
51504c74f7 uv + Django[postgres] installation
Installation of:
- Django[argon2]==4.2 (current LTS)
- psycopg2-binary (PostgreSQL driver)

Plus result of django-admin startproject servala src/
2025-03-05 10:44:16 +01:00