mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-22 00:50:31 +00:00
8 lines
73 B
Python
8 lines
73 B
Python
|
|
from django import forms
|
||
|
|
|
||
|
|
|
||
|
|
class Admin2Form(forms.ModelForm):
|
||
|
|
|
||
|
|
pass
|
||
|
|
|