-
## Background
We currently administer Tribal access for Federal users via the API. This means that only a few staff are comfortable adding/removing users and API keys (for system-to-system access).…
-
#### Describe the bug
When I visit the admin snapshot page, archivebox returns Server Error 500. I think there's a small typo introduced in https://github.com/ArchiveBox/ArchiveBox/commit/f75ae805f82…
-
### User Story:
As a developer integrating the Embed solution,
I want to route interactions through a dedicated API service,
So that I can:
- seamlessly update business logic in the background and
-…
-
This may apply to older versions, too, but it definitely applies here:
![Image](https://github.com/user-attachments/assets/9a545dac-d23e-4f90-ac2b-bfb1bdc7a9fa)
The markdown edit widget is really na…
-
from django.urls import re_path, include
from django.contrib import admin
from .views import register
urlpatterns = [
re_path(r'^register/', register),
]
...
as well as changes to the…
-
### NetBox version
v3.7.8
### Feature type
Change to existing functionality
### Triage priority
N/A
### Proposed functionality
Before NetBox v3.6.0, user/group management is done using django's…
mcao2 updated
3 weeks ago
-
**Describe the bug**
Define custom import form and add field, like this
```python
class VehicleImportForm(ImportForm): …
-
It should be possible to edit the `cp_reveal_time` in the admin edit page of a post (e.g. https://dev.metaculus.com/admin/posts/post/28003/change/).
-
# admin.py
```
from django import forms
from django.contrib import admin
from .models import Product, Category
class ProductAdminForm(forms.ModelForm):
category = forms.ChoiceField(choic…
-
#### One line description of the issue
I'm trying use EmbeddedField. Perhaps an I do a mistake?
#### Python script
```py
from djongo import models
class Language(models.Model):
COD…