-
**Is your feature request related to a problem? Please describe.**
Currently Diskette is command line only application.
**Describe the solution you'd like**
- [x] **Admin interface**
Diske…
-
Django 4.2
django-cte 1.3.3
postgres 12
There is an SQL query that is needed to be performed via CTE in Django:
```sql
WITH RECURSIVE "cte" AS (SELECT "a"."id",
…
-
- [x] pyenv(optional), docker, poetry 사용
- python version=3.11 / django version=4.2
- [x] gitignore 추가
- [ ] convention 적용
- [x] gitmessage 추가
- [ ] PR, Issue template 적용
- [x] django 환경 세…
-
We are currently using the awesome django-allauth-2fa. The upstream project django-allauth has added mfa recently and seems to support pretty much everything django-allauth does so IMO it is time to r…
-
im trying to runserver in django o see one of my apps namely "page" resulted in witnessing module not found
```
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python312\Lib\threading.py", line…
-
### Environment
* Python version: 3.11.9
* Nautobot version: 2.2.4
* nautobot-ssot version: *How can I get that?* **probably** 2.6.1
### Expected Behavior
The /plugins/ssot/history/ would …
-
Hi, Im using django-markdownx in a project in which I have a view of multiple markdown widgets inside modals, everytime I add a new form with django-dinamic formset I always call a function to initial…
-
I tried to update my Django application (which uses django-comments-xtd) to Django 2.1.
At the moment I get the following error:
```
Unhandled exception in thread started by
Traceback (most rec…
v-gar updated
5 years ago
-
Hi :-
This looks exactly like what I need in my Django app. However, I am not sure how I store the messages. I installed, added store to settings. But, I am not clear how I store the data. Where do I…
-
Epic Description: Automated testing to check projects functionality.
Tasks:
- [x] Set up SQLite3 database and add imports.
- [x] Create tests.