0👍
Django’s URLField has a build in “verify_exists” method which you might be able to use. For more advanced behaviour I would just use urllib2 or some other library and add some functionality to your form
- [Answer]-Django tag filtering issue
- [Answer]-Designing models when data are only temporary
- [Answer]-"CeleryTask matching query does not exist" when running Django tests
- [Answer]-Django – Ajax error while saving form values
- [Answer]-Can I have unique urls to the multi step signup form built using Django Wizard.
Source:stackexchange.com