Posts

Showing posts from August, 2019

Free Course Download Links

https://freecoursesite.com https://coursedrive.org https://freetutorials.us

Django Important Stuff

Django custom user email account verification: https://stackoverflow.com/questions/24935271/django-custom-user-email-account-verification Django User Agents: A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device. Under the hood, it uses  user-agents . https://github.com/selwin/django-user_agents#django-user-agents Modify Django Form in Template: https://github.com/AhmedRafikDjerah/Django-registration/blob/master/templates/account/register.html jQuery Form Plugin for Ajax call in Django http://jquery.malsup.com/form/ Save base64 image in django file field https://stackoverflow.com/questions/39576174/save-base64-image-in-django-file-field?fbclid=IwAR1jHOz7tURbaP_Mt8UZPiOfkLEeQpyRF-dKKU9C8-87wlvWfVjps9iswTI Convert Django objects to JSON format from django.core import serializers from django.shortcuts HttpResponse def ser