AIST Labs

Switch ForeignKey from one model to another and keep old data. Migration pain

Dec. 11, 2019, 2:24 p.m.

If you need to switch ForeignKey from one model to another in Django and you want to keep data, it could give you a lot of problems. I had such problems too and share how to fix them.

Read

Adding React.js to old Django site

Dec. 11, 2019, 12:34 p.m.

Adding React.js to the already existing Django site could be a headache, especially if you depend on SEO as much as I do. In this 8-days adventure, I tell my story of partial migration to React.js with old Django site.

Read

Installing PostGIS for Postgresql on Ubuntu/Mint — GeoDjango

Dec. 11, 2019, 10:36 a.m.

Using geo-location in your daily projects could benefit them a lot. Django already have very powerful contrib module called geodjango but to use it you have to do some preparation.

Read

Making route planner with Django, Wagtail, geo-django and Vue

Dec. 11, 2019, 9:06 a.m.

Is it possible to make a useful tool for cyclists with Django, Wagtail, and Vue? Absolutely! Here I share my take on it.

Read