-
```
What steps will reproduce the problem?
1. base.html indicates '/static/styles.css' as linked. The archive does not
contain '/static'
2. app.yaml does not show any static_dir:
3. Application w…
-
```
What steps will reproduce the problem?
1. base.html indicates '/static/styles.css' as linked. The archive does not
contain '/static'
2. app.yaml does not show any static_dir:
3. Application w…
-
The Django backend will have a websocket port listening for connections. As soon as the user logs in to the dashboard regardless if it's an esi-ui panel or not, the frontend will establish a websocket…
-
When Django 5 is the minimum required version, we can just use [db_default](https://docs.djangoproject.com/en/5.0/ref/models/fields/#db-default) for database-generated UUIDs and drop our [custom imple…
-
Given an M2M model which uses a `db_column`, the SQL code generated by `django_cte` does not account for the column name. I'd expect a CTE join to join on `oid` in the example below as that is the `db…
-
This error appeared on a Django project created at the moment, without an additional model
```
PS C:\Users\r.cretin\Desktop\odurance-ng\odurance> py .\manage.py migrate
Operations to perform:
…
-
The `is_dst` argument to `make_aware()` is deprecated as of Django 5.0: https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-5-0
Running `manage.py seed` on an applic…
-
What do the community think about decoupling Django-cms from django-shop.
I found django-shop useful for my ecommerce website, however I am not using django-cms at all.
For whatever cms pages we …
-
I had some problems getting the TinyMCE editor to work in a bootstrap modal. The way I got it to work was to load this in the base view:
```HTML
```
and these in the modal view:
```JavaScrip…
-
currently a validation error from the backend is not handled at all:
![image](https://github.com/adfinis/Outdated/assets/110528300/15ee70cf-1e2d-49df-9341-6b1051ed6297)
instead of that show the er…