Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Zweili c52bc7c382 Allow IP 0.0.0.0 2023-07-22 16:40:59 +02:00
Andreas Zweili 8bf4ee6bbe Randomize the ports
This should help with port colitions when running multiple projects at once.
2023-07-22 15:58:26 +02:00
Andreas Zweili 1a4c75c7aa Remove unused docker settings 2023-07-18 21:44:35 +02:00
Andreas Zweili 4217774c13 Connect through socket to DB 2023-07-18 21:43:42 +02:00
Andreas Zweili 3860b94c0b Create a django database 2023-07-14 14:34:56 +02:00
Andreas Zweili 05c61e275a Use the DB with the local username 2023-07-14 14:27:32 +02:00
Andreas Zweili 2e781b2cd1 Remove the password for local settings 2023-07-14 14:24:22 +02:00
Andreas Zweili 64ddd7ef66 Use the current user for DB access 2023-07-14 14:15:11 +02:00
Andreas Zweili 83c1fbd93e Make sure that we return a string 2023-07-10 19:10:19 +02:00
Andreas Zweili ce3f748f33 Disable linting for nested_admin 2023-07-10 19:10:07 +02:00
Andreas Zweili 729cf08cea Use default line length of black 2023-07-10 16:47:01 +02:00
Andreas Zweili b3c1f10718 Ignore types for DeleteView
This is caused by a bug:
https://github.com/typeddjango/django-stubs/issues/1227
2023-07-02 13:43:43 +02:00
Andreas Zweili 12e72e2698 Get the postgres password from the env variable 2022-12-12 10:07:58 +01:00
Andreas Zweili 0a669d7e88 Correct name for SECRET_KEY env 2022-12-12 10:07:29 +01:00
Andreas Zweili b21732ec97 Update htmx 2022-11-28 18:19:39 +01:00
Andreas Zweili d1cd80950e Move more files to src 2022-11-27 18:06:17 +01:00
Andreas Zweili 3d9077f423 Try to move the package into a src file 2022-11-27 17:52:29 +01:00