TJ Intranet
v3
Topics
Setup
Setting up the Server
Architecture
Technologies
Developing for Intranet
Understanding the Eighth models
How to do Ion development
Using OAuth
Ion Requirements
Coding Style Guide
Testing Ion
Keeping things up-to-date
intranet
intranet package
Section
Source code for intranet.apps.eighth.forms.admin.general
from
django
import
forms
[docs]
class
StartDateForm
(
forms
.
Form
):
date
=
forms
.
DateField
()