I have enabled flat pages in django
and created page with url /pages/about
so i want to know that do i need to create some url in url.py or not
Because when i try http://ip:8000/pages/about
it say page not found
Also when i created page it asked me to select site but iam only using ipaddress, can that be the reason