Django Models

2019-08-08 Thread göktürk sığırtmaç
Hi, I'm developing app with django. I have users module. My database schema 
users table and address table. Address table have foreign key from users 
table. Now how can compose app architecture? Should i new module as address 
and i should put address model etc. or Should i write address table in 
users model? Does second choose violate single responsibility principle.

-- 
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/91e6ab67-868b-4f83-a2da-6a04646a97b0%40googlegroups.com.


Re: The best django file structure

2019-07-17 Thread göktürk sığırtmaç
I'm sorry. Thank you for information.

17 Temmuz 2019 Çarşamba 18:43:54 UTC+3 tarihinde Adam Johnson yazdı:
>
> Hi!
>
> I think you've found the wrong mailing list for this post. This mailing 
> list is for the development of Django itself, not for support using Django. 
> This means the discussions of bugs and features in Django itself, rather 
> than in your code using it. People on this list are unlikely to answer your 
> support query with their limited time and energy. Read more on the mailing 
> lists at https://www.djangoproject.com/community/
>
> For support, please use the django-users mailing list, or IRC #django on 
> Freenode, or a site like Stack Overflow. There are people out there willing 
> to help on those channels, but they might not respond if you don't ask your 
> question well. Stack Overflow's question guide can help you frame it well: 
> https://stackoverflow.com/help/how-to-ask .
>
> Also if you haven't read it, please take a look at Django's Code of 
> Conduct: https://www.djangoproject.com/conduct/ . These are our "ground 
> rules" for working well as a community, and will help you get the most out 
> of Django and our fantastic community.
>
> Thanks for your understanding,
>
> Adam
>
> On Wed, 17 Jul 2019 at 15:56, göktürk sığırtmaç  > wrote:
>
>> Hello dear friends, I will develop web app with Django. How should be 
>> folder structure my project.
>>
>> -- 
>> 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-d...@googlegroups.com .
>> To post to this group, send email to django-d...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/django-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/aeea4c69-f0c6-43aa-923f-ea821c1748eb%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-developers/aeea4c69-f0c6-43aa-923f-ea821c1748eb%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Adam
>

-- 
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 post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8071be98-7c06-432e-9be7-6bccf811e56d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


The best django file structure

2019-07-17 Thread göktürk sığırtmaç
Hello dear friends, I will develop web app with Django. How should be 
folder structure my project.

-- 
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 post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/aeea4c69-f0c6-43aa-923f-ea821c1748eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.