This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-constance
Watch
1
Star
0
Fork
You've already forked django-constance
0
mirror of
https://github.com/jazzband/django-constance.git
synced
2026-05-01 20:24:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
f8fa58cd75
django-constance
/
example
/
cheeseshop
/
apps
/
catalog
/
models.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
added an example project
2010-12-02 09:49:29 +00:00
from
django
.
db
import
models
Add ruff format & lint (isort only) (#560)
2024-07-03 14:21:33 +00:00
added an example project
2010-12-02 09:49:29 +00:00
class
Brand
(
models
.
Model
)
:
name
=
models
.
CharField
(
max_length
=
75
)
Reference in a new issue
Copy permalink