Commit graph

55 commits

Author SHA1 Message Date
090985c3e9 Configure allauth 2025-03-16 19:42:48 +01:00
f0ad232ff4 Configure and show messages (required for login) 2025-03-16 18:52:04 +01:00
ccbb288f68 Add django-allauth 2025-03-16 18:39:18 +01:00
946dc449e1 Format and fix example page 2025-03-16 18:35:20 +01:00
94a681be87 Configure HTML/JS/CSS linting and formatting 2025-03-16 16:33:46 +01:00
f5ddf8828d Add and test base.html 2025-03-16 15:58:49 +01:00
928bd06e3d Fix settings for templates & static files 2025-03-16 15:29:44 +01:00
e20d8cb1d5 Vendor Mazer 2025-03-16 14:24:58 +01:00
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
951c5cfbfb Merge pull request 'Initialize Django project' (#8) from 1-initialize-project into main
All checks were successful
Build and Deploy / build (push) Successful in 40s
Reviewed-on: https://servala-2nkgm.app.codey.ch/servala/servala-portal/pulls/8
2025-03-16 09:09:25 +00: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
3dd901f4c0 Add Pillow for ImageFields 2025-03-16 09:23:38 +01:00
e8c624d408 Docs + default origin setting 2025-03-16 09:23:38 +01:00
85db7af0e1 Fix flake8 running on venv files 2025-03-16 08:40:15 +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
d61465b6ea
move over documentation from old place
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 38s
Build and Deploy Antora Docs / deploy (push) Successful in 5s
2025-03-11 15:37:13 +01:00
16e8c2729b
document user stories for web portal
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 31s
Build and Deploy Antora Docs / deploy (push) Successful in 5s
2025-03-11 09:44:07 +01:00
bdbbfe0588
document terminology
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 31s
Build and Deploy Antora Docs / deploy (push) Successful in 5s
2025-03-10 16:28:22 +01:00
9c9d435b04
restrict docs workflow to only run on docs change 2025-03-10 16:24:29 +01:00
ed5ee7badc
deployment for docs
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 30s
Build and Deploy Antora Docs / deploy (push) Successful in 5s
2025-03-10 16:21:06 +01:00
4ee40cdcc1
add dockerfile and build action for docs
All checks were successful
Build Antora Docs / build (push) Successful in 31s
2025-03-10 15:54:35 +01:00
53b7ee2a54
initial Antora boilerplate 2025-03-10 09:23:18 +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
c850310754
document docker usage 2025-03-07 16:58:54 +01:00
07e45924d1 Docker: Provide working directory for gunicorn 2025-03-07 15:57:49 +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
e356cc1083
configure automated container build action 2025-03-07 09:26:57 +01:00
af1729e4bb
add a pre-commit configuration 2025-03-07 09:21:48 +01:00
186e8e2f43
update title in README 2025-03-07 09:21:37 +01:00
c2c5b62a63
initialize docker build 2025-03-07 09:16:24 +01:00
2e49849960 Use environment variables in Django settings 2025-03-05 17:36:25 +01:00