mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Add missing import.
This commit is contained in:
parent
c4a6b1469e
commit
cfff51a9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# core/models.py
|
||||
from django.db import models
|
||||
from django.utils.text import slugify
|
||||
from django.core.exceptions import ValidationError
|
||||
|
||||
|
||||
class UserAgent(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue