adonis simo
adonis simo's notes

adonis simo's notes

Follow
homeAbout mebadgesnewsletter
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

How We implemented Audit in our SaaS Django Platform

Jan 10, 20236 min read 891 views

We needed a system on our platform to keep a track of all changes that was happening to easily responds to support requests from our clients. · Context:...

How We implemented Audit in our SaaS Django Platform

How We migrate a Joomla based website to a Django Backend with 90 Gb worth of data

Jan 4, 20234 min read 757 views

Our process of redesigning a Joomla Site to a Django API back-end and migrating it's database data and file into it. · Context A few years ago while I...

How We migrate a Joomla based website to a Django Backend with 90 Gb worth of data

Handling SEO with Wagtail CMS

May 24, 2020882 views

One of the most important things to do when building a website is to handle SEO (Search Engine Optimization), it allows the web pages to be well...

Handling SEO with Wagtail CMS

E-commerce platforms in Django ecosystem.

Mar 16, 2019160 views

Another tough subject, when it come to e-commerce people use to think WooCommerce, Prestashop, Magento etc... There is also some good solutions for...

E-commerce platforms in Django ecosystem.

Some Content Management Systems in the Django ecosystem.

Mar 1, 2019125 views

In the web development world we have a lot of things that we need to use to build websites (Django, Symfony, etc.) but sometime because of lack of...

Some Content Management Systems in the Django ecosystem.

Building a SaaS application with Django Web framework: The principle

Jan 9, 20199 min read 164 views

A software which is running directly into the web browser and users have to pay for it on diverse way like per hour, or even per user, etc is called a...

Building a SaaS application with Django Web framework: The principle