[Answer]-Check domain availability in django

1👍

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

Leave a comment