Re: Django learning source

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Wed, 7 Oct 2020, 5:38 am the_master, wrote: > Hello, Do you know which learning source is

Re: Django learning source

2020-10-06 Thread the_master
BTW, I am still a complete beginner I only know python, I don't know javascript, html, css On Wednesday, October 7, 2020 at 7:09:18 AM UTC+7 the_master wrote: > Hello, Do you know which learning source is better? Learning Django from > online tutorials or directly from the Django documentation

Re: Django learning

2012-06-22 Thread Kurtis Mullins
> > You're supposed to load the shell with `./manage.py shell` rather than > going directly into Python. That is explained in the tutorial. > -- > DR. > > +1 -- However, I recommend installing the package "ipython" when using the Django Shell. For example, run: "pip install ipython". This will giv

Re: Django learning

2012-06-22 Thread Daniel Roseman
On Friday, 22 June 2012 07:15:53 UTC+1, lovetoprogram wrote: > > I tried to do this according the tutorial. > >>> from django import template > >>> t = template.Template('My name is {{ name }}.') > >>> c = template.Context({'name': 'Adrian'}) > >>> print t.render(c) > My name is Adrian. > >>>

Re: Django learning

2012-06-22 Thread Tomás Garzón Hervás
Hi, you have to indicate where is the settings file to django. You can use the environment variable DJANGO_SETTINGS_MODULE. More info: https://docs.djangoproject.com/en/dev/topics/settings/#using-settings-without-setting-django-settings-module On Friday, June 22, 2012 8:15:53 AM UTC+2, lovetop

Re: Django learning management application

2008-05-15 Thread Berco Beute
Sounds interesting. It would be great if you could share some details on how you combined Django and Moodle. 2B On May 15, 4:35 am, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > Moodle and Django can coexist happily (Using same database and writing > django models for some of the tab

Re: Django learning management application

2008-05-14 Thread Todd O'Bryan
My students and I are working on a Django system for online quizzes. It should be finished sometime this summer. I'll post a link when we finish it. Todd On Wed, May 14, 2008 at 10:35 PM, Ariel Mauricio Nunez Gomez <[EMAIL PROTECTED]> wrote: > Moodle and Django can coexist happily (Using same da

Re: Django learning management application

2008-05-14 Thread Ariel Mauricio Nunez Gomez
Moodle and Django can coexist happily (Using same database and writing django models for some of the tables), That way you can take advantage of all the moodle functionality (Quizzes, lessons, forums) and have some business related code on django (Class scheduling, CRM, Billing). If you like the i

Re: Django learning management application

2008-05-14 Thread Nicola Larosa (tekNico)
Berco Beute wrote: > I've been using Moodle (moodle.org), which offers the functionality > you are looking for, and would prefer to use a Djange-based system > as well. I haven't found one though. I don't know of any Django-based one. This one uses Zope: Silva Dynamic Learning Content Management

Re: Django learning management application

2008-05-14 Thread Berco Beute
I've been using Moodle (moodle.org), which offers the functionality you are looking for, and would prefer to use a Djange-based system as well. I haven't found one though. 2B On May 14, 5:26 pm, Wes Winham <[EMAIL PROTECTED]> wrote: > Does anyone know of any learning management application writt