I've just had a skim through the first few tutorials and it looks like
an excellent beginners tutorial, great stuff. I especially like the
demo site running with admin access, so users can see the final
result.
One minor thing I noticed while goign through tutorial 2 - you
probably want to make your slug fields indexed and (unique=True on
the attribute definition) so as to avoid clashes with your URLs.
On Feb 13, 3:13 pm, Jeffar <
jonca.ra...@gmail.com> wrote:
> Hello,
>
> I only want to inform all Django users that just begin this beautiful
> journey, that I created simple toturial describing how to create
> simple online games portal in several hours. It shows many Django
> elements in simple and condensed way. It may not be very interesting
> for Django experts.
>
> The tutorial summary is on my blog:
http://jonca.vdl.pl/blog/2008/02/11/online-games-portal-django-summary/
> I also started a demo application onhttp://
g4a.jonca.vdl.pl/. More