Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-13 Thread Mulianto
For me better way is on server side use django with API output, which the 
client will be the frontend, can be using only html+ javascript.

On javascript i tried angularjs. There will be many options for the js frontend.

Choose the most support available in the community and which one more efficient 
as you go. 

Sent from my Mini Ipad 

> On 12 Sep 2015, at 06.06, ThomasTheDjangoFan 
>  wrote:
> 
> Hi guys,
> 
> I started checking out angular.js - it looks really good. It seems like it 
> has a lot of great tools build in - just like you have said.
> 
> In search for more advanded and detailed angular-tutorials I opened this new 
> topic: 
> https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/django-users/zH90eCGbDbQ
> 
> Thanks a lot for your help so far!
> 
> Kind regards
> Thomas
> 
> Am Donnerstag, 10. September 2015 16:03:37 UTC+2 schrieb ThomasTheDjangoFan:
>> 
>> Hi guys,
>> 
>> on my journey to picking my js-framework I am now trying out React.js and I 
>> opened this thread in search for good tutorials 
>> https://groups.google.com/forum/#!topic/django-users/NxDOYhqqQJw .
>> I guess I'll also have a look at the angular stuff.
>> 
>> This really is about having good tutorials - I need a good tutorial to get 
>> me started. 
>> It's a real pity that there seems to be nothing available for React.js ...
>> 
>> Thanks a lot for your help so far!
>> 
>> Kind regards
>> Thomas
> 
> -- 
> 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/353995c1-235f-4525-a027-9fe1d0dba943%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/F929416F-712E-46F3-A8D4-E5260E9C4A97%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-11 Thread ThomasTheDjangoFan
Hi guys,

I started checking out angular.js - it looks really good. It seems like it 
has a lot of great tools build in - just like you have said.

In search for more advanded and detailed angular-tutorials I opened this 
new topic: 
https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/django-users/zH90eCGbDbQ

Thanks a lot for your help so far!

Kind regards
Thomas

Am Donnerstag, 10. September 2015 16:03:37 UTC+2 schrieb ThomasTheDjangoFan:
>
> Hi guys,
>
> on my journey to picking my js-framework I am now trying out React.js and 
> I opened this thread in search for good tutorials 
> https://groups.google.com/forum/#!topic/django-users/NxDOYhqqQJw .
> I guess I'll also have a look at the angular stuff.
>
> This really is about having good tutorials - I need a good tutorial to get 
> me started. 
> It's a real pity that there seems to be nothing available for React.js ...
>
> Thanks a lot for your help so far!
>
> Kind regards
> Thomas
>

-- 
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/353995c1-235f-4525-a027-9fe1d0dba943%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-10 Thread ThomasTheDjangoFan
Hi guys,

on my journey to picking my js-framework I am now trying out React.js and I 
opened this thread in search for good tutorials 
https://groups.google.com/forum/#!topic/django-users/NxDOYhqqQJw .
I guess I'll also have a look at the angular stuff.

This really is about having good tutorials - I need a good tutorial to get 
me started. 
It's a real pity that there seems to be nothing available for React.js ...

Thanks a lot for your help so far!

Kind regards
Thomas

-- 
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/0db1c6ab-78a3-4949-86d2-d975700817d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-10 Thread Jani Tiainen
I've been developing with Dojotoolkit and ExtJS. Both integrate with 
Django as well as any other JS framework.



On 10.09.2015 09:47, Mario Gudelj wrote:


+1 angular. Stack overflow is your friend and there's a lot of angular 
on it. You can do a lot with it with basic knowledge as well. And 
template syntax will make sense going to it from django


On 10 Sep 2015 3:53 pm, "Gergely Polonkai" > wrote:


Hello,

this is a bit off topic here, and highly opinion based, but here
are my two cents: I got along very well with both Bootstrap and
Angular, but never tried React before. However, a quick Google
search shows that React is barely supported yet (in terms of
available Django apps).

Best,
Gergely

On 10 Sep 2015 00:29, "ThomasTheDjangoFan"
> wrote:

Yeah, I definetly hate to write Javascript and I really do NOT
want to write server code in it.

*The parts where I really need a javascript framework in my
app are complex forms:
A page might consist of multiple forms bundled with formsets,
inline-forms and so on.*

*The question is:
*Which js-framework has the best form support for django? It
would be cool if I would just have to write server-side
model-variation and the client would adopt it.
Which js-framework has the best tutorial to get myself started?

*I checked out **www.djangopackages.com
 - it seems like I have the
following options:
*Angular.js: made by Google (6 django-pakets on
www.djangopackages.com )
JQuery.js: (4 django-pakets on www.djangopackages.com
)
Ember.js: (3 django-pakets on www.djangopackages.com
)
React.js: made by facebook (0 django-pakets on
www.djangopackages.com )
riot.js: (0 django-pakets on www.djangopackages.com
)

Any suggestions?

Kind regards
Thomas
-- 
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/13e79d83-a4e5-4e6f-a372-47320791d9cd%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/CACczBUKWf6knewigf6ax6bheKje2jXUNs5uJ3%3DZ0KgiL2UxAXg%40mail.gmail.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/CAHqTbj%3Doas7sNhwK6YbV%3DHGL-j0ELkAwO94eCrUd00Esg_5BhQ%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "Django 

Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-10 Thread Mario Gudelj
+1 angular. Stack overflow is your friend and there's a lot of angular on
it. You can do a lot with it with basic knowledge as well. And template
syntax will make sense going to it from django
On 10 Sep 2015 3:53 pm, "Gergely Polonkai"  wrote:

> Hello,
>
> this is a bit off topic here, and highly opinion based, but here are my
> two cents: I got along very well with both Bootstrap and Angular, but never
> tried React before. However, a quick Google search shows that React is
> barely supported yet (in terms of available Django apps).
>
> Best,
> Gergely
> On 10 Sep 2015 00:29, "ThomasTheDjangoFan" <
> stefan.eichholz.ber...@googlemail.com> wrote:
>
>> Yeah, I definetly hate to write Javascript and I really do NOT want to
>> write server code in it.
>>
>>
>> *The parts where I really need a javascript framework in my app are
>> complex forms:A page might consist of multiple forms bundled with formsets,
>> inline-forms and so on.*
>>
>>
>> *The question is:*Which js-framework has the best form support for
>> django? It would be cool if I would just have to write server-side
>> model-variation and the client would adopt it.
>> Which js-framework has the best tutorial to get myself started?
>>
>> *I checked out *
>> *www.djangopackages.com  - it seems like I
>> have the following options:*Angular.js: made by Google (6 django-pakets
>> on www.djangopackages.com)
>> JQuery.js: (4 django-pakets on www.djangopackages.com)
>> Ember.js: (3 django-pakets on www.djangopackages.com)
>> React.js: made by facebook (0 django-pakets on www.djangopackages.com)
>> riot.js: (0 django-pakets on www.djangopackages.com)
>>
>> Any suggestions?
>>
>> Kind regards
>> Thomas
>>
>> --
>> 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/13e79d83-a4e5-4e6f-a372-47320791d9cd%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/CACczBUKWf6knewigf6ax6bheKje2jXUNs5uJ3%3DZ0KgiL2UxAXg%40mail.gmail.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/CAHqTbj%3Doas7sNhwK6YbV%3DHGL-j0ELkAwO94eCrUd00Esg_5BhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread Gergely Polonkai
Hello,

this is a bit off topic here, and highly opinion based, but here are my two
cents: I got along very well with both Bootstrap and Angular, but never
tried React before. However, a quick Google search shows that React is
barely supported yet (in terms of available Django apps).

Best,
Gergely
On 10 Sep 2015 00:29, "ThomasTheDjangoFan" <
stefan.eichholz.ber...@googlemail.com> wrote:

> Yeah, I definetly hate to write Javascript and I really do NOT want to
> write server code in it.
>
>
> *The parts where I really need a javascript framework in my app are
> complex forms:A page might consist of multiple forms bundled with formsets,
> inline-forms and so on.*
>
>
> *The question is:*Which js-framework has the best form support for
> django? It would be cool if I would just have to write server-side
> model-variation and the client would adopt it.
> Which js-framework has the best tutorial to get myself started?
>
> *I checked out *
> *www.djangopackages.com  - it seems like I
> have the following options:*Angular.js: made by Google (6 django-pakets
> on www.djangopackages.com)
> JQuery.js: (4 django-pakets on www.djangopackages.com)
> Ember.js: (3 django-pakets on www.djangopackages.com)
> React.js: made by facebook (0 django-pakets on www.djangopackages.com)
> riot.js: (0 django-pakets on www.djangopackages.com)
>
> Any suggestions?
>
> Kind regards
> Thomas
>
> --
> 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/13e79d83-a4e5-4e6f-a372-47320791d9cd%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/CACczBUKWf6knewigf6ax6bheKje2jXUNs5uJ3%3DZ0KgiL2UxAXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread ThomasTheDjangoFan
Yeah, I definetly hate to write Javascript and I really do NOT want to 
write server code in it.


*The parts where I really need a javascript framework in my app are complex 
forms:A page might consist of multiple forms bundled with formsets, 
inline-forms and so on.*


*The question is:*Which js-framework has the best form support for django? 
It would be cool if I would just have to write server-side model-variation 
and the client would adopt it.
Which js-framework has the best tutorial to get myself started?

*I checked out *
*www.djangopackages.com - it seems like I have the following 
options:*Angular.js: 
made by Google (6 django-pakets on www.djangopackages.com)
JQuery.js: (4 django-pakets on www.djangopackages.com)
Ember.js: (3 django-pakets on www.djangopackages.com)
React.js: made by facebook (0 django-pakets on www.djangopackages.com)
riot.js: (0 django-pakets on www.djangopackages.com)

Any suggestions?

Kind regards
Thomas

-- 
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/13e79d83-a4e5-4e6f-a372-47320791d9cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread Javier Guerra Giraldez
On Wed, Sep 9, 2015 at 9:32 AM, 'Tom Evans' via Django users
 wrote:
> We have (different!) django projects using react, backbone and
> angular.


and lots more!  i've found riot.js a very refreshing foundation for
those of us that hate JS.

-- 
Javier

-- 
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/CAFkDaoTjEO91-AF%3D2Cm2xPnLW1OfwgdAx7a08q5CZg6E-zEr6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread 'Tom Evans' via Django users
On Tue, Sep 8, 2015 at 11:12 PM, ThomasTheDjangoFan
 wrote:
> Hi guys,
>
> I have invested quite a lot of time & energy into learning django and I feel
> comfy using it. (I have studied the 2 Scoops, the Tdd book and got the boook
> "Scaling Django" and "lightweight Django" right here next to me).
>
> It feels like I finally got the right tool, BUT:
> I am about to implement my first big project - a customer relation
> management system. The userbase will be small - around 1 to 10 users.
>
> During my planing I came accross javascript-framworks (like angular or
> meteor) and yes: my project definetly needs some javaside-tricks on the
> client-side.
>
> So I used the last 7 days to stick my head into the javascript stuff and I
> am sooo overwhelmed by all the options out there (!!!). And it seems
> like there really is no good tutorial for the javascript-frontend stuff with
> django.

Django produces web responses, which can contain whatever you want in
it. As such, javascript is orthogonal to django.

Django can easily generate data in JSON format that is easily
consumable by any JS framework. Libraries exist for django to provide
REST-like frameworks for even easier access. This will give you a set
of API urls which you can consume from any JS framework.

>
> Now I am going crazy and thinking about dropping django completely and
> switching to Meteor. (By the way: The meteor-guys seem to be totally in love
> with react.js.)
>
> Before making a stupid decision I feel like I need some guidance from the
> real experts.
>
> Now my question to you is:
> If you were about to implement a quite-complex crm system (starting from the
> ground up): what tool would you use?
> Would you use Django (maybe in combination with React) or would you switch
> to Meteor?

You are asking on the django mailing list whether we would use django
or a server side JS framework at best we will be quite biased
(guess what we like to run server side!), at worst we will be unable
to give you a comparison.

You say you want to drop django and go with meteor - why? What problem
does it solve for you that Django does not?

What it really comes down to is if you want to write your server side
code in Python, use django. If you want to write it in Javascript, use
something else!

> If you would stick to Django - which js-framework can you recon? (I really
> need some good and clear tutorials to get me started)

We have (different!) django projects using react, backbone and
angular. Use the frontend framework that allows you to develop your
project most efficiently.

TBH, if you haven't implemented a reasonable sized project in
django/python then it will be hard for you to make a decision between
two unknowns. Reading books is not the same as doing.

I would factor this in to your project - evaluate your two options by
doing things with them. Spend a week putting together it in Django,
spend a week doing the same in Meteor, see which one allows you to
build the most functionality in the shortest amount of time (and don't
disregard the code quality, if it looks like spaghetti after 1 week
working on it, imagine how it will look after a year or two.)

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/CAFHbX1Kc7N4HO%2Bsr%2BYzPZh2ei-TXDK-NYpYxRtVt2xn6PL9vUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread Gergely Polonkai
Hello,

I never used React.js before, only Angular, which already has some support:

https://github.com/jrief/django-angular

For react, it seems there’s only confusion yet, but I guess that’s mostly
because React.js itself is pretty new.

Also, if you are already confortable with Python (and Django), you can
start writing the backend, and learn about possible frontend libraries on
the way.

Best,
Gergely

2015-09-09 15:28 GMT+02:00 ThomasTheDjangoFan <
stefan.eichholz.ber...@googlemail.com>:

> Hi Gergely,
>
> thanks a lot for the quick response.
>
> Well... I am an Javascript Beginner and I need to start it from scratch.
> The project *definetly needs more Javascript-UI Compontents* than what
> bootstrap gives us.
> + *Interactive UI Elements* that show the same content and update each
> others
> + Modal Forms that update the base-view after being closed
> + Filters
> + Sortable Tables
> + and much more
>
> So I need to check out, React.js or something else and make it work with
> Django.
>
> *I guess that compared to Meteor.js Django (& React.js or something
> similar) is the better solution for putting out a website that consists of
> both an application part and an static website.*
>
>
>
>
> *What do you guys think of Django in combination with React.js?Are there
> good tutorials out there to make it work and get me started?Or is there
> another framework you can recon?*
> Kind regards
> Thomas
>
> Am Mittwoch, 9. September 2015 07:35:52 UTC+2 schrieb Gergely Polonkai:
>>
>> Hello,
>>
>> this all depends: if I'm a JS expert, I'd go with Meteor or another JS
>> framework. If I'm a Python expert, I'd go with Django or another Python
>> framework.
>>
>> Meteor's strength is in the fact that (almost) the same code runs on the
>> server and in the browser (wether it's good or not is another story, and
>> opinions will change developer by developer). It is more than possible that
>> your CRM's frontend will utilize JavaScript anyway, but for that, you may
>> want to use different frameworks like Angular or Bootstrap (if you can call
>> this latter a JS framework).
>>
>> So I'm really sorry but I think no one will actually tell you what to do:
>> you must decide based on the requirements.
>>
>> Oh, and don't stick with JS just because "it's a small app with 10
>> users"; if you see potential in your app, make it scalable. Maybe you will
>> be able to sell it latel to bigger corps. ;)
>>
>> Best,
>> Gergely
>> On 9 Sep 2015 00:12, "ThomasTheDjangoFan" 
>> wrote:
>>
>>> Hi guys,
>>>
>>> I have invested quite a lot of time & energy into learning django and I
>>> feel comfy using it. (I have studied the 2 Scoops, the Tdd book and got the
>>> boook "Scaling Django" and "lightweight Django" right here next to me).
>>>
>>> It feels like I finally got the right tool, BUT:
>>> I am about to implement my first big project - a *customer relation
>>> management system*. The userbase will be small - around 1 to 10 users.
>>>
>>> During my planing I came accross javascript-framworks (like angular or
>>> meteor) and yes: *my project definetly needs some javaside-tricks on
>>> the client-side.*
>>>
>>> So I used the last 7 days to stick my head into the javascript stuff and
>>> I am *sooo overwhelmed* by all the options out there (!!!). And
>>> it seems like there really is no good tutorial for the javascript-frontend
>>> stuff with django.
>>>
>>> *Now I am going crazy and thinking about dropping django completely and
>>> switching to Meteor*. (By the way: The meteor-guys seem to be totally
>>> in love with react.js.)
>>>
>>> *Before making a stupid decision I feel like I need some guidance from
>>> the real experts.*
>>>
>>> *Now my question to you is:*
>>> *If you were about to implement a quite-complex crm system (starting
>>> from the ground up): what tool would you use?*
>>> Would you use Django (maybe in combination with React) or would you
>>> switch to Meteor?
>>> If you would stick to Django - which js-framework can you recon? (I
>>> really need some good and clear tutorials to get me started)
>>>
>>> I am really thankful for your tips
>>>
>>> Kind regards
>>> Thomas
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To post to this group, send email to django...@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/5da587a8-204d-45c3-ae1a-5936e87861b4%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google 

Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-09 Thread ThomasTheDjangoFan
Hi Gergely,

thanks a lot for the quick response.

Well... I am an Javascript Beginner and I need to start it from scratch.
The project *definetly needs more Javascript-UI Compontents* than what 
bootstrap gives us.
+ *Interactive UI Elements* that show the same content and update each 
others
+ Modal Forms that update the base-view after being closed
+ Filters
+ Sortable Tables
+ and much more

So I need to check out, React.js or something else and make it work with 
Django.

*I guess that compared to Meteor.js Django (& React.js or something 
similar) is the better solution for putting out a website that consists of 
both an application part and an static website.*




*What do you guys think of Django in combination with React.js?Are there 
good tutorials out there to make it work and get me started?Or is there 
another framework you can recon?*
Kind regards
Thomas

Am Mittwoch, 9. September 2015 07:35:52 UTC+2 schrieb Gergely Polonkai:
>
> Hello,
>
> this all depends: if I'm a JS expert, I'd go with Meteor or another JS 
> framework. If I'm a Python expert, I'd go with Django or another Python 
> framework.
>
> Meteor's strength is in the fact that (almost) the same code runs on the 
> server and in the browser (wether it's good or not is another story, and 
> opinions will change developer by developer). It is more than possible that 
> your CRM's frontend will utilize JavaScript anyway, but for that, you may 
> want to use different frameworks like Angular or Bootstrap (if you can call 
> this latter a JS framework).
>
> So I'm really sorry but I think no one will actually tell you what to do: 
> you must decide based on the requirements.
>
> Oh, and don't stick with JS just because "it's a small app with 10 users"; 
> if you see potential in your app, make it scalable. Maybe you will be able 
> to sell it latel to bigger corps. ;)
>
> Best,
> Gergely
> On 9 Sep 2015 00:12, "ThomasTheDjangoFan"  > wrote:
>
>> Hi guys,
>>
>> I have invested quite a lot of time & energy into learning django and I 
>> feel comfy using it. (I have studied the 2 Scoops, the Tdd book and got the 
>> boook "Scaling Django" and "lightweight Django" right here next to me). 
>>
>> It feels like I finally got the right tool, BUT:
>> I am about to implement my first big project - a *customer relation 
>> management system*. The userbase will be small - around 1 to 10 users.
>>
>> During my planing I came accross javascript-framworks (like angular or 
>> meteor) and yes: *my project definetly needs some javaside-tricks on the 
>> client-side.*
>>
>> So I used the last 7 days to stick my head into the javascript stuff and 
>> I am *sooo overwhelmed* by all the options out there (!!!). And 
>> it seems like there really is no good tutorial for the javascript-frontend 
>> stuff with django.
>>
>> *Now I am going crazy and thinking about dropping django completely and 
>> switching to Meteor*. (By the way: The meteor-guys seem to be totally in 
>> love with react.js.)
>>
>> *Before making a stupid decision I feel like I need some guidance from 
>> the real experts.*
>>
>> *Now my question to you is:*
>> *If you were about to implement a quite-complex crm system (starting from 
>> the ground up): what tool would you use?*
>> Would you use Django (maybe in combination with React) or would you 
>> switch to Meteor?
>> If you would stick to Django - which js-framework can you recon? (I 
>> really need some good and clear tutorials to get me started)
>>
>> I am really thankful for your tips
>>
>> Kind regards
>> Thomas
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to django...@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/5da587a8-204d-45c3-ae1a-5936e87861b4%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/3afc9fff-b088-4bfc-b08a-086319120008%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-08 Thread Gergely Polonkai
Hello,

this all depends: if I'm a JS expert, I'd go with Meteor or another JS
framework. If I'm a Python expert, I'd go with Django or another Python
framework.

Meteor's strength is in the fact that (almost) the same code runs on the
server and in the browser (wether it's good or not is another story, and
opinions will change developer by developer). It is more than possible that
your CRM's frontend will utilize JavaScript anyway, but for that, you may
want to use different frameworks like Angular or Bootstrap (if you can call
this latter a JS framework).

So I'm really sorry but I think no one will actually tell you what to do:
you must decide based on the requirements.

Oh, and don't stick with JS just because "it's a small app with 10 users";
if you see potential in your app, make it scalable. Maybe you will be able
to sell it latel to bigger corps. ;)

Best,
Gergely
On 9 Sep 2015 00:12, "ThomasTheDjangoFan" <
stefan.eichholz.ber...@googlemail.com> wrote:

> Hi guys,
>
> I have invested quite a lot of time & energy into learning django and I
> feel comfy using it. (I have studied the 2 Scoops, the Tdd book and got the
> boook "Scaling Django" and "lightweight Django" right here next to me).
>
> It feels like I finally got the right tool, BUT:
> I am about to implement my first big project - a *customer relation
> management system*. The userbase will be small - around 1 to 10 users.
>
> During my planing I came accross javascript-framworks (like angular or
> meteor) and yes: *my project definetly needs some javaside-tricks on the
> client-side.*
>
> So I used the last 7 days to stick my head into the javascript stuff and I
> am *sooo overwhelmed* by all the options out there (!!!). And it
> seems like there really is no good tutorial for the javascript-frontend
> stuff with django.
>
> *Now I am going crazy and thinking about dropping django completely and
> switching to Meteor*. (By the way: The meteor-guys seem to be totally in
> love with react.js.)
>
> *Before making a stupid decision I feel like I need some guidance from the
> real experts.*
>
> *Now my question to you is:*
> *If you were about to implement a quite-complex crm system (starting from
> the ground up): what tool would you use?*
> Would you use Django (maybe in combination with React) or would you switch
> to Meteor?
> If you would stick to Django - which js-framework can you recon? (I really
> need some good and clear tutorials to get me started)
>
> I am really thankful for your tips
>
> Kind regards
> Thomas
>
> --
> 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/5da587a8-204d-45c3-ae1a-5936e87861b4%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/CACczBU%2BxWAz8afWJNZ4O2%2B92T3z-%2B9NWPhG22C4kBbZcfd-mFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


What frontend-tools to use for a new CRM project? Shall I use Django OR switch to Meteor.js?

2015-09-08 Thread ThomasTheDjangoFan
Hi guys,

I have invested quite a lot of time & energy into learning django and I 
feel comfy using it. (I have studied the 2 Scoops, the Tdd book and got the 
boook "Scaling Django" and "lightweight Django" right here next to me). 

It feels like I finally got the right tool, BUT:
I am about to implement my first big project - a *customer relation 
management system*. The userbase will be small - around 1 to 10 users.

During my planing I came accross javascript-framworks (like angular or 
meteor) and yes: *my project definetly needs some javaside-tricks on the 
client-side.*

So I used the last 7 days to stick my head into the javascript stuff and I 
am *sooo overwhelmed* by all the options out there (!!!). And it 
seems like there really is no good tutorial for the javascript-frontend 
stuff with django.

*Now I am going crazy and thinking about dropping django completely and 
switching to Meteor*. (By the way: The meteor-guys seem to be totally in 
love with react.js.)

*Before making a stupid decision I feel like I need some guidance from the 
real experts.*

*Now my question to you is:*
*If you were about to implement a quite-complex crm system (starting from 
the ground up): what tool would you use?*
Would you use Django (maybe in combination with React) or would you switch 
to Meteor?
If you would stick to Django - which js-framework can you recon? (I really 
need some good and clear tutorials to get me started)

I am really thankful for your tips

Kind regards
Thomas

-- 
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/5da587a8-204d-45c3-ae1a-5936e87861b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.