Discussion:
API project example
Arturo Fernandez
2018-11-17 23:53:17 UTC
Permalink
Hi guys, I'm developing an idea, but the funny things is that I'm learning
Django at the same time. Do you guys know of any SIMPLE project that
requests data from an api and displays it on the font end (html)?

I'm working with themoviedb using https://github.com/celiao/tmdbsimple. I
got the shell as the example there but how do I do it on the html so it can
be displayed?

If you know of any project please let me know so I can learn by seeing it.

Many 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+***@googlegroups.com.
To post to this group, send email to django-***@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/6b544943-ab9f-41da-b9ad-045a4b9615cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Joel
2018-11-18 00:49:47 UTC
Permalink
Follow the initial two django tutorials and you'll get the idea.
Post by Arturo Fernandez
Hi guys, I'm developing an idea, but the funny things is that I'm learning
Django at the same time. Do you guys know of any SIMPLE project that
requests data from an api and displays it on the font end (html)?
I'm working with themoviedb using https://github.com/celiao/tmdbsimple. I
got the shell as the example there but how do I do it on the html so it can
be displayed?
If you know of any project please let me know so I can learn by seeing it.
Many 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
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/6b544943-ab9f-41da-b9ad-045a4b9615cd%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/6b544943-ab9f-41da-b9ad-045a4b9615cd%40googlegroups.com?utm_medium=email&utm_source=footer>
.
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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAA%3Diw__npjHhC9GbVbjzC0wD0sam7UTChHyVR-5FbvOkLDuWgw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Rupam Hazra
2018-11-18 06:29:31 UTC
Permalink
HI,
Just follow the django REST API.

Thanks,
Rupam Hazra
Post by Arturo Fernandez
Hi guys, I'm developing an idea, but the funny things is that I'm learning
Django at the same time. Do you guys know of any SIMPLE project that
requests data from an api and displays it on the font end (html)?
I'm working with themoviedb using https://github.com/celiao/tmdbsimple. I
got the shell as the example there but how do I do it on the html so it can
be displayed?
If you know of any project please let me know so I can learn by seeing it.
Many 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
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/6b544943-ab9f-41da-b9ad-045a4b9615cd%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/6b544943-ab9f-41da-b9ad-045a4b9615cd%40googlegroups.com?utm_medium=email&utm_source=footer>
.
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+***@googlegroups.com.
To post to this group, send email to django-***@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/CAD%3Dyk7yHy7DiDHnwjBcAgEHDdrDOJ0bH%3D3NtjKmzFAE6aSCaxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...