https://github.com/alexmhack/ajax_django_form
creating a django websiite that has contact form written in ajax to avoid page refresh on form submit
https://github.com/alexmhack/ajax_django_form
Last synced: 7 months ago
JSON representation
creating a django websiite that has contact form written in ajax to avoid page refresh on form submit
- Host: GitHub
- URL: https://github.com/alexmhack/ajax_django_form
- Owner: Alexmhack
- License: mit
- Created: 2018-08-14T09:42:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T07:37:03.000Z (over 7 years ago)
- Last Synced: 2025-07-01T20:50:06.898Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ajax_django_form
creating a django websiite that has contact form written in ajax to avoid page refresh on form submit
# Installing
install django
# Configure
Create django app
Configure settings.py for sending emails
Send email from script.js
Send an ajax request with every page and update the view for that page