Hi 

This my first post here, so excuse me if I am breaking any convention. I am 
thinking of how useful if we can create a minimal version of django using 
something as follow:

python manage.py createservice 

So instead of creating full fledged project, we create a project (service) 
that more the fulfill the requirements of Microservice System instead of 
Monloithic System. The service version intuitivly will only contains 
feature that are common for a service in Microservice architecture, such 
as: ORM, REST-FRAMEWORK..ETC. and will exclude other features that are 
unlikely to be used in a service, such as: Forms, Admin-Site, Session 
Managment, ..etc. My list of what to include or exclude are just examplary. 
I am glade to here your opinions :). 


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/1e5fdd82-c2c2-4ec1-8991-009507a37e5c%40googlegroups.com.

Reply via email to