You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi,
I am developing an ERP system which is vast and covers many modules.
After developing each module i create another app for second module
by
" django-admin.py startapp myapp2 "
This is perfectly working fine.
But my urls.py is growing very fast and has crossed more than 5000
lines with lot more to come.
Is there any other way in which i can make different urls.py as per my
apps.
I tried googling around but i dint find any way to give multiple apps
in setting.py file in ROOT_URLCONF entry.
Please help me around.
Alexandr Aibulatov
unread,
May 22, 2012, 7:07:13 AM5/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
you could include urls of app into your_app/urls.py