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
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
>
> 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
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.
> >>>
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
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
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
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
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
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
10 matches
Mail list logo