Django
- 
	
			  Get Django Custom Error Views Right the First Time!Three things are infinitely complex: The Universe, Django’s crazy static file serving, and Django Custom Error Views. The infinity of… Read More »
- 
	
	From Upstart to Systemd – Switch your Django AppsIn the beginning was Init. Then came Systemd. If you’re wondering how to switch your Django apps from Init to… Read More »
- 
	
			  PostgreSQL Django Nginx Gunicorn with VirtualenvWrapper on 16.04 LTS Ubuntu ServerHello, and welcome! If you’ve recently upgraded to Ubuntu 16.04 LTS, you probably are wondering if there are any revamps… Read More »
- 
	
	Charge Stripe in Actual Dollars, not CentsStripe is a great payments solutions for developers and merchants alike. With rich API documentation in varied programming languages, it… Read More »
- 
	
	Mezzanine Menus with Materialize CSSLet’s create nested menus in Mezzanine using Materialize CSS. With the approach below, you get this results. The menus are… Read More »
- 
	
			  Extending Django User Model (UserProfile) like a ProSometimes, we have the idea, we know what tools to use, but putting them together to create applications or solve… Read More »
- 
	
			  Beginner Troubles with Django and AngularJSThe marriage of Django and AngularJS theoretically is a pleasant one. The ceremony looks promising and the ‘lived ever after’… Read More »
- 
	
	Data URI your Images in DjangoAs I read the book, Two Scoops of Django, I come across lots of best practices (I wasn’t expecting otherwise though). One… Read More »
- 
	
			  Restrict Number of Form Submission in DjangoDjango is a great Python based web framework, which comes with tons of features out of the box, for ‘springboarded’ development.… Read More »