Re: best option for Front End Design in Django

2019-09-27 Thread Deep Sukhwani
Hey,

Any basic tutorial (the ones listed on Postman's website too) should be
good to use. If you really want a step by step guide, check this tutorial
on guru99.com 

An appropriate approach would be to understand the basics of ReST and how
ReST APIs work, make some sample requests using tools like cURL, wget, etc.
and postman, in a very simplified way, is just a UI tool to make HTTP
requests.

Hope this helps

--
Regards
Deep L Sukhwani

ᐧ

On Fri, 27 Sep 2019 at 16:13, Balaji Shetty  wrote:

> Hello
>
> Can you please give me some good resources to learn and understand Postman.
>
>
>
>
>
> On Thu, Sep 26, 2019 at 10:06 AM dheeraj technoevanglist <
> bond.dee...@gmail.com> wrote:
>
>> Postman is a tool on which we can request with the parameters, for
>> example we have a web application contains backed code and front end code
>> you can create backed alone and instead of html web page you can use
>> postman to execute the backed and get HTML output on postman
>>
>> On Thu, Sep 26, 2019, 19:29 Ankita Gupta 
>> wrote:
>>
>>> What is post-man? Can you explain it little more?
>>>
>>> On Thu, 26 Sep 2019, 7:13 pm dheeraj technoevanglist, <
>>> bond.dee...@gmail.com> wrote:
>>>
 Totally agreed Django applies separation of concern so start with html
 basics or make back end first and test it through the post man.

 On Thu, Sep 26, 2019, 16:28 Nick Sarbicki 
 wrote:

> Honestly whilst everyone is recommending react/angular etc. I'd argue
> these are probably the worst places to start. It assumed a lot of up front
> knowledge and ability in web design.
>
> Balaji has strongly suggested that they don't have a good grasp of the
> basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
> advanced JS solutions does not solve this problem.
>
> Balaji I'd recommend picking up some basic knowledge of HTML and CSS
> first - this will get you started building rudimentary websites and is
> essential knowledge for practically all web development. You must learn
> these before anything else.
>
> Once you have some understanding of how these work take a basic course
> in JavaScript - which is what powers most of the modern web (through using
> HTML and CSS). If you start feeling comfortable with that I'd recommend
> looking up a framework, React, Angular and Vue are the normal
> recommendations. I'd personally go with React for the sole reason that it
> is - comparatively quite simple to pick up (once you understand 
> JavaScript)
> and also very commonly used with strong community support.
>
> In terms of turning this into an app down the road... Apps and web
> sites are not directly comparable. There are multiple ways of approaching
> converting a website into an app but most are relatively advanced. I would
> focus on what you are doing now before thinking about that journey.
>
>
> - Nick
>
>
> On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
> wrote:
>
>> Hey, how about check this,
>> https://www.similartech.com/compare/angular-js-vs-react-js
>>
>> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC
>> wrote:
>>>
>>> React
>>>
>>> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
>>> wrote:
>>>
 Hi

 Can anybody please tell me what are the different options to create
 GUI (User Interface ) for Front End in Django.

 I got answer like Angularjs, Nodejs, HTML5 or CSS.

 Which one is easier as well as mobile compatible if we need to
 develop mobile App also.

 --


 *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
 Technology,*
 *SGGS Institute of Engineering & Technology, Vishnupuri,
 Nanded.MH.India*
 *Official: bssh...@sggs.ac.in *
 *  Mobile: +91-9270696267*

 --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
 
 .

>>> --
>> 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 view this discussion on the web visit
>> 

Re: best option for Front End Design in Django

2019-09-27 Thread Balaji Shetty
Hello

Can you please give me some good resources to learn and understand Postman.





On Thu, Sep 26, 2019 at 10:06 AM dheeraj technoevanglist <
bond.dee...@gmail.com> wrote:

> Postman is a tool on which we can request with the parameters, for example
> we have a web application contains backed code and front end code you can
> create backed alone and instead of html web page you can use postman to
> execute the backed and get HTML output on postman
>
> On Thu, Sep 26, 2019, 19:29 Ankita Gupta 
> wrote:
>
>> What is post-man? Can you explain it little more?
>>
>> On Thu, 26 Sep 2019, 7:13 pm dheeraj technoevanglist, <
>> bond.dee...@gmail.com> wrote:
>>
>>> Totally agreed Django applies separation of concern so start with html
>>> basics or make back end first and test it through the post man.
>>>
>>> On Thu, Sep 26, 2019, 16:28 Nick Sarbicki 
>>> wrote:
>>>
 Honestly whilst everyone is recommending react/angular etc. I'd argue
 these are probably the worst places to start. It assumed a lot of up front
 knowledge and ability in web design.

 Balaji has strongly suggested that they don't have a good grasp of the
 basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
 advanced JS solutions does not solve this problem.

 Balaji I'd recommend picking up some basic knowledge of HTML and CSS
 first - this will get you started building rudimentary websites and is
 essential knowledge for practically all web development. You must learn
 these before anything else.

 Once you have some understanding of how these work take a basic course
 in JavaScript - which is what powers most of the modern web (through using
 HTML and CSS). If you start feeling comfortable with that I'd recommend
 looking up a framework, React, Angular and Vue are the normal
 recommendations. I'd personally go with React for the sole reason that it
 is - comparatively quite simple to pick up (once you understand JavaScript)
 and also very commonly used with strong community support.

 In terms of turning this into an app down the road... Apps and web
 sites are not directly comparable. There are multiple ways of approaching
 converting a website into an app but most are relatively advanced. I would
 focus on what you are doing now before thinking about that journey.


 - Nick


 On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
 wrote:

> Hey, how about check this,
> https://www.similartech.com/compare/angular-js-vs-react-js
>
> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC
> wrote:
>>
>> React
>>
>> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
>> wrote:
>>
>>> Hi
>>>
>>> Can anybody please tell me what are the different options to create
>>> GUI (User Interface ) for Front End in Django.
>>>
>>> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>>>
>>> Which one is easier as well as mobile compatible if we need to
>>> develop mobile App also.
>>>
>>> --
>>>
>>>
>>> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
>>> Technology,*
>>> *SGGS Institute of Engineering & Technology, Vishnupuri,
>>> Nanded.MH.India*
>>> *Official: bssh...@sggs.ac.in *
>>> *  Mobile: +91-9270696267*
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
>>> 
>>> .
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
> 
> .
>
 --
 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 view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com
 

Re: best option for Front End Design in Django

2019-09-26 Thread dheeraj technoevanglist
Postman is a tool on which we can request with the parameters, for example
we have a web application contains backed code and front end code you can
create backed alone and instead of html web page you can use postman to
execute the backed and get HTML output on postman

On Thu, Sep 26, 2019, 19:29 Ankita Gupta  wrote:

> What is post-man? Can you explain it little more?
>
> On Thu, 26 Sep 2019, 7:13 pm dheeraj technoevanglist, <
> bond.dee...@gmail.com> wrote:
>
>> Totally agreed Django applies separation of concern so start with html
>> basics or make back end first and test it through the post man.
>>
>> On Thu, Sep 26, 2019, 16:28 Nick Sarbicki 
>> wrote:
>>
>>> Honestly whilst everyone is recommending react/angular etc. I'd argue
>>> these are probably the worst places to start. It assumed a lot of up front
>>> knowledge and ability in web design.
>>>
>>> Balaji has strongly suggested that they don't have a good grasp of the
>>> basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
>>> advanced JS solutions does not solve this problem.
>>>
>>> Balaji I'd recommend picking up some basic knowledge of HTML and CSS
>>> first - this will get you started building rudimentary websites and is
>>> essential knowledge for practically all web development. You must learn
>>> these before anything else.
>>>
>>> Once you have some understanding of how these work take a basic course
>>> in JavaScript - which is what powers most of the modern web (through using
>>> HTML and CSS). If you start feeling comfortable with that I'd recommend
>>> looking up a framework, React, Angular and Vue are the normal
>>> recommendations. I'd personally go with React for the sole reason that it
>>> is - comparatively quite simple to pick up (once you understand JavaScript)
>>> and also very commonly used with strong community support.
>>>
>>> In terms of turning this into an app down the road... Apps and web sites
>>> are not directly comparable. There are multiple ways of approaching
>>> converting a website into an app but most are relatively advanced. I would
>>> focus on what you are doing now before thinking about that journey.
>>>
>>>
>>> - Nick
>>>
>>>
>>> On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
>>> wrote:
>>>
 Hey, how about check this,
 https://www.similartech.com/compare/angular-js-vs-react-js

 On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC
 wrote:
>
> React
>
> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
> wrote:
>
>> Hi
>>
>> Can anybody please tell me what are the different options to create
>> GUI (User Interface ) for Front End in Django.
>>
>> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>>
>> Which one is easier as well as mobile compatible if we need to
>> develop mobile App also.
>>
>> --
>>
>>
>> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
>> Technology,*
>> *SGGS Institute of Engineering & Technology, Vishnupuri,
>> Nanded.MH.India*
>> *Official: bssh...@sggs.ac.in *
>> *  Mobile: +91-9270696267*
>>
>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
>> 
>> .
>>
> --
 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 view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
 
 .

>>> --
>>> 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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this 

Re: best option for Front End Design in Django

2019-09-26 Thread Ankita Gupta
What is post-man? Can you explain it little more?

On Thu, 26 Sep 2019, 7:13 pm dheeraj technoevanglist, 
wrote:

> Totally agreed Django applies separation of concern so start with html
> basics or make back end first and test it through the post man.
>
> On Thu, Sep 26, 2019, 16:28 Nick Sarbicki 
> wrote:
>
>> Honestly whilst everyone is recommending react/angular etc. I'd argue
>> these are probably the worst places to start. It assumed a lot of up front
>> knowledge and ability in web design.
>>
>> Balaji has strongly suggested that they don't have a good grasp of the
>> basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
>> advanced JS solutions does not solve this problem.
>>
>> Balaji I'd recommend picking up some basic knowledge of HTML and CSS
>> first - this will get you started building rudimentary websites and is
>> essential knowledge for practically all web development. You must learn
>> these before anything else.
>>
>> Once you have some understanding of how these work take a basic course in
>> JavaScript - which is what powers most of the modern web (through using
>> HTML and CSS). If you start feeling comfortable with that I'd recommend
>> looking up a framework, React, Angular and Vue are the normal
>> recommendations. I'd personally go with React for the sole reason that it
>> is - comparatively quite simple to pick up (once you understand JavaScript)
>> and also very commonly used with strong community support.
>>
>> In terms of turning this into an app down the road... Apps and web sites
>> are not directly comparable. There are multiple ways of approaching
>> converting a website into an app but most are relatively advanced. I would
>> focus on what you are doing now before thinking about that journey.
>>
>>
>> - Nick
>>
>>
>> On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
>> wrote:
>>
>>> Hey, how about check this,
>>> https://www.similartech.com/compare/angular-js-vs-react-js
>>>
>>> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC
>>> wrote:

 React

 On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
 wrote:

> Hi
>
> Can anybody please tell me what are the different options to create
> GUI (User Interface ) for Front End in Django.
>
> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>
> Which one is easier as well as mobile compatible if we need to develop
> mobile App also.
>
> --
>
>
> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
> Technology,*
> *SGGS Institute of Engineering & Technology, Vishnupuri,
> Nanded.MH.India*
> *Official: bssh...@sggs.ac.in *
> *  Mobile: +91-9270696267*
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
> 
> .
>
 --
>>> 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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com
>> 
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAOaDkT4tUr-tAiUmr5iHAKtk_NMyv1mOPccNJ27_W%2BR1JV2heg%40mail.gmail.com
> 
> .
>

-- 
You received this message 

Re: best option for Front End Design in Django

2019-09-26 Thread dheeraj technoevanglist
Totally agreed Django applies separation of concern so start with html
basics or make back end first and test it through the post man.

On Thu, Sep 26, 2019, 16:28 Nick Sarbicki  wrote:

> Honestly whilst everyone is recommending react/angular etc. I'd argue
> these are probably the worst places to start. It assumed a lot of up front
> knowledge and ability in web design.
>
> Balaji has strongly suggested that they don't have a good grasp of the
> basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
> advanced JS solutions does not solve this problem.
>
> Balaji I'd recommend picking up some basic knowledge of HTML and CSS first
> - this will get you started building rudimentary websites and is essential
> knowledge for practically all web development. You must learn these before
> anything else.
>
> Once you have some understanding of how these work take a basic course in
> JavaScript - which is what powers most of the modern web (through using
> HTML and CSS). If you start feeling comfortable with that I'd recommend
> looking up a framework, React, Angular and Vue are the normal
> recommendations. I'd personally go with React for the sole reason that it
> is - comparatively quite simple to pick up (once you understand JavaScript)
> and also very commonly used with strong community support.
>
> In terms of turning this into an app down the road... Apps and web sites
> are not directly comparable. There are multiple ways of approaching
> converting a website into an app but most are relatively advanced. I would
> focus on what you are doing now before thinking about that journey.
>
>
> - Nick
>
>
> On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
> wrote:
>
>> Hey, how about check this,
>> https://www.similartech.com/compare/angular-js-vs-react-js
>>
>> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC wrote:
>>>
>>> React
>>>
>>> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
>>> wrote:
>>>
 Hi

 Can anybody please tell me what are the different options to create GUI
 (User Interface ) for Front End in Django.

 I got answer like Angularjs, Nodejs, HTML5 or CSS.

 Which one is easier as well as mobile compatible if we need to develop
 mobile App also.

 --


 *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
 Technology,*
 *SGGS Institute of Engineering & Technology, Vishnupuri,
 Nanded.MH.India*
 *Official: bssh...@sggs.ac.in *
 *  Mobile: +91-9270696267*

 --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
 
 .

>>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
>> 
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOaDkT4tUr-tAiUmr5iHAKtk_NMyv1mOPccNJ27_W%2BR1JV2heg%40mail.gmail.com.


Re: best option for Front End Design in Django

2019-09-26 Thread Balaji Shetty
Thank You all for Your Reply

I know HTML,CSS, javaScript as well as Django.
I want to create professional user friendly GUI and using REST framework, i
will create Mobile App.



On Thu, Sep 26, 2019 at 4:28 PM Nick Sarbicki 
wrote:

> Honestly whilst everyone is recommending react/angular etc. I'd argue
> these are probably the worst places to start. It assumed a lot of up front
> knowledge and ability in web design.
>
> Balaji has strongly suggested that they don't have a good grasp of the
> basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
> advanced JS solutions does not solve this problem.
>
> Balaji I'd recommend picking up some basic knowledge of HTML and CSS first
> - this will get you started building rudimentary websites and is essential
> knowledge for practically all web development. You must learn these before
> anything else.
>
> Once you have some understanding of how these work take a basic course in
> JavaScript - which is what powers most of the modern web (through using
> HTML and CSS). If you start feeling comfortable with that I'd recommend
> looking up a framework, React, Angular and Vue are the normal
> recommendations. I'd personally go with React for the sole reason that it
> is - comparatively quite simple to pick up (once you understand JavaScript)
> and also very commonly used with strong community support.
>
> In terms of turning this into an app down the road... Apps and web sites
> are not directly comparable. There are multiple ways of approaching
> converting a website into an app but most are relatively advanced. I would
> focus on what you are doing now before thinking about that journey.
>
>
> - Nick
>
>
> On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao 
> wrote:
>
>> Hey, how about check this,
>> https://www.similartech.com/compare/angular-js-vs-react-js
>>
>> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC wrote:
>>>
>>> React
>>>
>>> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty, 
>>> wrote:
>>>
 Hi

 Can anybody please tell me what are the different options to create GUI
 (User Interface ) for Front End in Django.

 I got answer like Angularjs, Nodejs, HTML5 or CSS.

 Which one is easier as well as mobile compatible if we need to develop
 mobile App also.

 --


 *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
 Technology,*
 *SGGS Institute of Engineering & Technology, Vishnupuri,
 Nanded.MH.India*
 *Official: bssh...@sggs.ac.in *
 *  Mobile: +91-9270696267*

 --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
 
 .

>>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
>> 
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com
> 
> .
>


-- 


*Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
*SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
*Official: bsshe...@sggs.ac.in  *
*  Mobile: +91-9270696267*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAECSbOu4EKei2epd4hd543wXpJLqEJdnFz8U%3DbgiKJZx61J6EQ%40mail.gmail.com.


Re: best option for Front End Design in Django

2019-09-26 Thread Nick Sarbicki
Honestly whilst everyone is recommending react/angular etc. I'd argue these
are probably the worst places to start. It assumed a lot of up front
knowledge and ability in web design.

Balaji has strongly suggested that they don't have a good grasp of the
basics yet, HTML, CSS and vanilla JavaScript. Throwing out relatively
advanced JS solutions does not solve this problem.

Balaji I'd recommend picking up some basic knowledge of HTML and CSS first
- this will get you started building rudimentary websites and is essential
knowledge for practically all web development. You must learn these before
anything else.

Once you have some understanding of how these work take a basic course in
JavaScript - which is what powers most of the modern web (through using
HTML and CSS). If you start feeling comfortable with that I'd recommend
looking up a framework, React, Angular and Vue are the normal
recommendations. I'd personally go with React for the sole reason that it
is - comparatively quite simple to pick up (once you understand JavaScript)
and also very commonly used with strong community support.

In terms of turning this into an app down the road... Apps and web sites
are not directly comparable. There are multiple ways of approaching
converting a website into an app but most are relatively advanced. I would
focus on what you are doing now before thinking about that journey.


- Nick


On Thu, Sep 26, 2019 at 11:50 AM Pengyu Cao  wrote:

> Hey, how about check this,
> https://www.similartech.com/compare/angular-js-vs-react-js
>
> On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC wrote:
>>
>> React
>>
>> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty,  wrote:
>>
>>> Hi
>>>
>>> Can anybody please tell me what are the different options to create GUI
>>> (User Interface ) for Front End in Django.
>>>
>>> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>>>
>>> Which one is easier as well as mobile compatible if we need to develop
>>> mobile App also.
>>>
>>> --
>>>
>>>
>>> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information
>>> Technology,*
>>> *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
>>> *Official: bssh...@sggs.ac.in *
>>> *  Mobile: +91-9270696267*
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
>>> 
>>> .
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGuvt90Mde5D6xJt5Sk1WOHwtDqorPrqvHjYn4XR5Z5WNkUTMw%40mail.gmail.com.


Re: best option for Front End Design in Django

2019-09-26 Thread Pengyu Cao
Hey, how about check this, 
https://www.similartech.com/compare/angular-js-vs-react-js

On Thursday, September 26, 2019 at 4:48:30 PM UTC+8, Suraj Thapa FC wrote:
>
> React 
>
> On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty,  > wrote:
>
>> Hi
>>
>> Can anybody please tell me what are the different options to create GUI 
>> (User Interface ) for Front End in Django.
>>
>> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>>
>> Which one is easier as well as mobile compatible if we need to develop 
>> mobile App also.
>>
>> -- 
>>
>>
>> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
>> *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
>> *Official: bssh...@sggs.ac.in  *
>> *  Mobile: +91-9270696267*
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2cb3770f-e754-44b2-8ff7-79dac39cd37b%40googlegroups.com.


Re: best option for Front End Design in Django

2019-09-26 Thread Suraj Thapa FC
React

On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty,  wrote:

> Hi
>
> Can anybody please tell me what are the different options to create GUI
> (User Interface ) for Front End in Django.
>
> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>
> Which one is easier as well as mobile compatible if we need to develop
> mobile App also.
>
> --
>
>
> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
> *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
> *Official: bsshe...@sggs.ac.in  *
> *  Mobile: +91-9270696267*
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPjsHcEbJUEL39sS8TpJh%3DLXjwyuXXypaug4448Vk9ty3Z4Kig%40mail.gmail.com.


Re: best option for Front End Design in Django

2019-09-26 Thread tribhuvan kishor
One is not enough.
You need to learn at least HTML
Any of js relevant technology.
Like js, jquery, angular,
And for designing or making you html pages much impressive you need
CSS
By the way all are very easy.

On Thu, 26 Sep, 2019, 1:53 PM Balaji Shetty,  wrote:

> Hi
>
> Can anybody please tell me what are the different options to create GUI
> (User Interface ) for Front End in Django.
>
> I got answer like Angularjs, Nodejs, HTML5 or CSS.
>
> Which one is easier as well as mobile compatible if we need to develop
> mobile App also.
>
> --
>
>
> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
> *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
> *Official: bsshe...@sggs.ac.in  *
> *  Mobile: +91-9270696267*
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACiphSUaO5aUy%2BhpCKqi53XZmdUeyAWpQVL_b45Oh1N-nLD9jA%40mail.gmail.com.


best option for Front End Design in Django

2019-09-26 Thread Balaji Shetty
Hi

Can anybody please tell me what are the different options to create GUI
(User Interface ) for Front End in Django.

I got answer like Angularjs, Nodejs, HTML5 or CSS.

Which one is easier as well as mobile compatible if we need to develop
mobile App also.

-- 


*Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
*SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
*Official: bsshe...@sggs.ac.in  *
*  Mobile: +91-9270696267*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAECSbOtrT638Qv1UFdD-WKiqLr464-%3D5_O7K7vO5rHBo3m9yqg%40mail.gmail.com.