Hi guys, i want to know, what is the best way to write in the URL.py, im asking bcz im trying to get the index in this way "www.example.com" with (r'',index) but when i try r'' all pages in the website are going to the home pages.
part of my code url.py :
(r'^index',homepages),
(r'',homepages),
Thanks :)