Hi guys, im asking again :), i like that!!! jeej, im learning Django :D
Well, i have a few flatpages in my app menu, so, my question is, how ill pass variables to my flatpages if i dont have any view for flatpages?
here my url.py
(r'',include('django.contrib.flatpages.urls')),
i dont have any view's for any flatpages, so i dont know how ill pass variable to my flatpages, like news, etc for display news column...
Thanks :)