Skip to content

fredalad/form-rendering-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Rendering Examples

Example used in the blog post How to Render Django Form Manually

Running Locally

git clone https://github.com/sibtc/form-rendering-examples.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

Code example used in the post "How to Render Django Form Manually"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.0%
  • Python 46.0%