Sunday, April 2, 2023

Re: Building a modular app?

Hello,

I would use database replication where tables are sync between 2 databases...

Regards

'Simon Connah' via Django users <django-users@googlegroups.com> schrieb am So., 2. Apr. 2023, 16:26:
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.

--
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/CAKGT9mx_w8QR2KXr_e%3Ds%2BWPLq%2B7uQUxQ5NW5WhWb4Vys8vSarQ%40mail.gmail.com.

No comments:

Post a Comment