Re: Is django framework feasible for developing online LMS?

2014-11-14 Thread Avraham Serour
I second nginx, just because of the config files are much simpler and
easier to understand, once I started using it I never considered using
apache again.
personally I like postgres, I wouldn't suggest mysql because it doesn't
support ACID, but I can understand people have different tastes

I personally like uwsgi, the killer feature is the reloading, you can
update your code and tell uwsgi to reload the code, it won't close the TCP
connections, meaning that any requests that come in the meantime will wait
instead of failing.

good luck

On Fri, Nov 14, 2014 at 12:53 PM, Some Developer 
wrote:

>
> On 14/11/2014 07:20, Pradip Shahi wrote:
>
>
> *Avraham Serour,*
>
> Sorry man, I mean to heart django guys..
> I am pretty much sure with mysql as a backend and javascript on client.
> Would you help me decide on web server.. I had some research on Apache
> with mod wsgi, gnuicorn and nginx.
> Thank you.
>
>
> I use Nginx for everything. Some people use it just to serve static files
> but I find using for everything (dynamic and static content) both easier to
> configure and much more convenient. It has a small memory foot print and is
> very fast. I find it much easier to manage than having both Nginx and
> Apache in the same web stack. Apache kinda sucks when it comes to
> configuration. It just feels like a mess to me where as Nginx is very easy
> and intuitive to use even for complex deployment scenarios.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5465DF2D.3090904%40googlemail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tJUBh4TF%3DRQ0_7BEu%2BjJPio3bcApYG4fLs1DxW0Tfg07A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-14 Thread Some Developer


On 14/11/2014 07:20, Pradip Shahi wrote:


*Avraham Serour,*

Sorry man, I mean to heart django guys..
I am pretty much sure with mysql as a backend and javascript on client.
Would you help me decide on web server.. I had some research on Apache 
with mod wsgi, gnuicorn and nginx.

Thank you.


I use Nginx for everything. Some people use it just to serve static 
files but I find using for everything (dynamic and static content) both 
easier to configure and much more convenient. It has a small memory foot 
print and is very fast. I find it much easier to manage than having both 
Nginx and Apache in the same web stack. Apache kinda sucks when it comes 
to configuration. It just feels like a mess to me where as Nginx is very 
easy and intuitive to use even for complex deployment scenarios.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5465DF2D.3090904%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-14 Thread Krishnakant Mane


Look at this.
http://www.metastudio.org/home/On 11/14/2014 12:50 PM, Pradip Shahi wrote
It might interest you and perhaps u will also learn how they did it in 
Jango.

Happy hacking.
Krishnakant.
:

*Avraham Serour,*

Sorry man, I mean to heart django guys..
I am pretty much sure with mysql as a backend and javascript on client.
Would you help me decide on web server.. I had some research on Apache with
mod wsgi, gnuicorn and nginx.
Thank you.

*Ari Davidow,*
I really appreciate your suggestion and had a look at edX. It's a cool open
source LMS. But what i wanna do is, It's my FYP project, I wanna built
simple system with online course delivery and its administration. My main
motto is to learn django rather than just complete the system. OpenedX is a
cool thing to think in real time implementation. Hope more other suggestion
from you.
Thank you!

Scot Hacker,
Thanks man.

Krmane,
No man gnowledge is something different from my project nyways thank you.
will look at it for more.











--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5465D3E4.8030203%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-13 Thread Pradip Shahi


> *Avraham Serour,*

Sorry man, I mean to heart django guys..
I am pretty much sure with mysql as a backend and javascript on client.
Would you help me decide on web server.. I had some research on Apache with 
mod wsgi, gnuicorn and nginx.
Thank you.

*Ari Davidow,*
I really appreciate your suggestion and had a look at edX. It's a cool open 
source LMS. But what i wanna do is, It's my FYP project, I wanna built 
simple system with online course delivery and its administration. My main 
motto is to learn django rather than just complete the system. OpenedX is a 
cool thing to think in real time implementation. Hope more other suggestion 
from you.
Thank you!

Scot Hacker,
Thanks man.

Krmane,
No man gnowledge is something different from my project nyways thank you. 
will look at it for more.









-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/df11c25a-6085-4e63-ad96-54b78ae0eca6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-13 Thread Pradip Shahi

>
> Thanx Ari Davidow,
>
Can a new learning management  system be developed using edx framework. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aacbe2a7-46c7-41d7-b302-7f190f9537b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Aliane Abdelouahab
if you are planning to use a long opened connexion, you can 
check http://www.tornadoweb.org/en/stable/ it is easy, and you gonna like 
it, and it dont need a long learning curve, it has a templating engine like 
django.
so, good luck :)

Le mercredi 12 novembre 2014 08:20:22 UTC+1, Pradip Shahi a écrit :
>
> Hi everyone, I am new to Django web framework but familiar with python 
> programming.
> I am planning to develop an online Learning Management system for a 
> college(client). 
> LMS covers online course and learning system.
> So, is it worth choosing django rather than other like Ruby on Rails or 
> asp.net?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b34a1791-ae60-4647-b282-9f58dd847120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Krishnakant Mane


I will recommend Django as the best for this kind of work.
There is Meta studio which does exactly that and it is developed in Django.
I suggest you go to www.gnowledge.org and see if you can find a link to 
the said project.

happy hacking.
Krishnakant. On 11/12/2014 07:42 PM, Avraham Serour wrote:

what kind of answer do you expect asking if django is better than X on a
django list?

If you are already familiar with python it is worth to use a python based
framework over something else you are not familiar with.
But this is only one piece of the puzzle, you still need a deployment
server, database and client side to worry about at least

On Wed, Nov 12, 2014 at 9:20 AM, Pradip Shahi 
wrote:


Hi everyone, I am new to Django web framework but familiar with python
programming.
I am planning to develop an online Learning Management system for a
college(client).
LMS covers online course and learning system.
So, is it worth choosing django rather than other like Ruby on Rails or
asp.net?

Thanks.

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/8baf79a5-befc-4e34-9bfc-6cf861062362%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.



--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/54639024.8070509%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Scot Hacker


On Wednesday, November 12, 2014 8:11:16 AM UTC-8, Ari Davidow wrote:
>
> I am curious as to why you would write an LMS from scratch, rather than 
> use an existing framework--edX uses Django and that code is open-sourced 
> and available. Other open source possibilities, not relying on Django, 
> include Moodle and Sakai.
>

The nine months I spent working on a Sakai project were among the very 
worst of my professional development career. And it's virtually a dead 
project now. Now I'm working part-time on a large Moodle installation and 
finding it incredibly frustrating. You know how they say PHP has a tendency 
toward sprawling spaghetti code? Moodle feels like the poster child for 
that tendency. It's badly written, badly documented, the community is full 
of people taking wild guesses, plugins are half-baked, and lots of people 
are hacking core to make it do what they need it to do.

A lot of the complexity and mess in these products comes from their need to 
be all things to all people. Everything is overly abstracted, and 90% of 
the features you'll never use. Meanwhile you bear the brunt of all that 
baggage and complexity. I am currently lobbying the .edu I work for to 
replace a Moodle installation with a custom Django system that will do 
exactly the things we need it to do and nothing more. To discard the 
complexity and baggage and replace it with clean data modeling and known 
workflows that aren't "black box." Case in point: I spent around a month 
getting the Moodle course enrollment system to behave with a PHP script. 
Then I wrote a similar one for a separate Django system on the side. The 
Django version worked the first time and was literally 1/0 the size, in 
lines of code.

./s

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6584d076-0aea-47a3-86d7-4ef0a3cb5f57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Scot Hacker


On Wednesday, November 12, 2014 7:54:18 AM UTC-8, Tom Evans wrote:
>
>
> There is basically no difference between any web framework in terms of 
> features, so pick whichever one you want that is in the language you 
> know or wish to learn. 
>
>
Frameworks may all have roughly the same features, but that doesn't mean 
they're equally effective to work in. Some frameworks are just better 
designed than others, or feel more intuitive, or have a better ecosystem, 
etc. In my opinion, the choice of a framework and its ecosystem is far more 
important than the particular language it's in. I love Python, but I love 
Django even more (IOTW I'd choose Django for what it is even if it wasn't 
written in Python). Django makes complex feature development easy, compared 
to other systems I've worked with. 
 

> As to whether you can build  in , it would 
> be a pretty bad  if you cannot build whatever  type> you want in it. 
>

Agreed.

./s
 

>
> Cheers 
>
> Tom 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5ea7726d-3551-417f-859b-f7b24ed189ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Ari Davidow
I am curious as to why you would write an LMS from scratch, rather than use
an existing framework--edX uses Django and that code is open-sourced and
available. Other open source possibilities, not relying on Django, include
Moodle and Sakai.

Creating a professional environment that supports the presentation of
materials to students, appropriately controls access, facilitates
discussion, and facilitates grading (not to mention supports creation,
editing, presentation of quizzes and other smaller learning elements) is
messy. You could easily end up putting a lot of your client's time and
money into re-inventing and re-discovering the already-extant.

May be worth looking at how existing OS LMS's work, reviewing the client's
needs from that perspective, looking at what would get you to an initial
release most easily and sustainably, and then deciding on platform.

ari

On Wed, Nov 12, 2014 at 2:20 AM, Pradip Shahi 
wrote:

> Hi everyone, I am new to Django web framework but familiar with python
> programming.
> I am planning to develop an online Learning Management system for a
> college(client).
> LMS covers online course and learning system.
> So, is it worth choosing django rather than other like Ruby on Rails or
> asp.net?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8baf79a5-befc-4e34-9bfc-6cf861062362%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF%2BxBDVCQsRmpjbjtnfrhR7vN9nUF7K3WGQiR0CivYjP_ndN3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Tom Evans
On Wed, Nov 12, 2014 at 7:20 AM, Pradip Shahi  wrote:
> Hi everyone, I am new to Django web framework but familiar with python 
> programming.
> I am planning to develop an online Learning Management system for a 
> college(client).
> LMS covers online course and learning system.
> So, is it worth choosing django rather than other like Ruby on Rails or 
> asp.net?
>

There is basically no difference between any web framework in terms of
features, so pick whichever one you want that is in the language you
know or wish to learn.

As to whether you can build  in , it would
be a pretty bad  if you cannot build whatever  you want in it.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1K2CivbGYu3E4sg4ZpDhWKSP%2BZ5UYKrnp6yrZjf2R-7Jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Avraham Serour
what kind of answer do you expect asking if django is better than X on a
django list?

If you are already familiar with python it is worth to use a python based
framework over something else you are not familiar with.
But this is only one piece of the puzzle, you still need a deployment
server, database and client side to worry about at least

On Wed, Nov 12, 2014 at 9:20 AM, Pradip Shahi 
wrote:

> Hi everyone, I am new to Django web framework but familiar with python
> programming.
> I am planning to develop an online Learning Management system for a
> college(client).
> LMS covers online course and learning system.
> So, is it worth choosing django rather than other like Ruby on Rails or
> asp.net?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8baf79a5-befc-4e34-9bfc-6cf861062362%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tKSo0nbsrjOMEzZnD3nYfsvxQxrxhCC2DrgJUC_rdDMdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Is django framework feasible for developing online LMS?

2014-11-12 Thread Pradip Shahi
Hi everyone, I am new to Django web framework but familiar with python 
programming.
I am planning to develop an online Learning Management system for a 
college(client). 
LMS covers online course and learning system.
So, is it worth choosing django rather than other like Ruby on Rails or asp.net?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8baf79a5-befc-4e34-9bfc-6cf861062362%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.