Hey Uobodomavin,

You could, in theory, use one Python, but with pure Django, you'll, at some
point, use HTML. MDN has a series of articles about HTML, which you'll see
is not that hard: https://developer.mozilla.org/en-US/docs/Web/HTML

When I mentioned pure Django, I meant that you could build a pure API,
returning JSON instead of HTML and avoiding the whole thing. It would
require someone else to write some application (or HTML page with
JavaScript) to make use of this API. If you plan to go this way, I'd
suggest getting a look at DjangoRestFramework, which is a framework on top
of Django to help build APIs: http://www.django-rest-framework.org/

On Tue, May 22, 2018 at 7:29 AM, <uobodoma...@gmail.com> wrote:

> please, I need information on if Django can be used only with the
> knowledge of python.or if it requires a combined knowledge of HTML and
> Python programming and please advice me on how to acquire quick knowledge
> on HTML if its compulsory in the understanding Django.
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/76015dc8-28ae-4bdf-bed4-6195273b9a3d%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/76015dc8-28ae-4bdf-bed4-6195273b9a3d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Julio Biason*, Sofware Engineer
*AZION*  |  Deliver. Accelerate. Protect.
Office: +55 51 3083 8101 <callto:+555130838101>  |  Mobile: +55 51
<callto:+5551996209291>*99907 0554*

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEM7gE00A8-ex_D5ywbeGM_9qRfZqEuw0MbYRpDr2dQtxKTQCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to