Tutorial - How to create online games portal in several hours in Django?

32 views
Skip to first unread message

Jeffar

unread,
Feb 13, 2008, 12:13:39 PM2/13/08
to Django users
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 on http://g4a.jonca.vdl.pl/. More
info about it is in summary. You can use this demo to convince someone
to use Django.

Rafał Jońca

NickJ

unread,
Feb 13, 2008, 12:31:20 PM2/13/08
to Django users
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

Jeffar

unread,
Feb 13, 2008, 2:08:06 PM2/13/08
to Django users
> 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.
Thanks, you're right. I'm not checking uniques but I should. I'll keep
it in mind when doing tutorial update.

Reply all
Reply to author
Forward
0 new messages