Saturday, April 1, 2023

Building a modular app?

-----BEGIN PGP SIGNATURE-----
Version: ProtonMail

wnUEARYKACcFAmQorHEJEFrvKC74ta6lFiEEXOYF9uqFRn4815bYWu8oLvi1
rqUAAOshAP0b1ecuAg0zzDfO3QXxPWeXBeUcewVxk3kQyVspQXUlbQD+PSQf
oFHVstW2/T0Hca/EERWo71xvIOGOFxtJ8IhR9gY=
=YXKP
-----END PGP SIGNATURE-----

Hi,

I want to make a blogging platform and have a question about organising the project.

With my blog, I'll have the blog in one Django app and then have something like a forum in another app, along with additional functions in other apps. Also, I'd like to have a single-user system that uses AbstractUser (or AbstractBaseUser).

So how do all apps require my AbstractUser class for authentication, and then the other apps be added or removed based on what is needed for each site? I want to split auth from the rest project.

Thanks!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/Y-FsxPZKXSIkwB9-Hj599nnwPVu5XWMbDlfv0HEnIu9cLNeRU5b-1egUTZv8vUpHVLc4uq6oP8pVEXlxW9PqVDQQMud9BJBdBn6V6EI0hEM%3D%40protonmail.com.

No comments:

Post a Comment