Re: API project example

2018-11-17 Thread Rupam Hazra
HI, Just follow the django REST API. Thanks, Rupam Hazra On Sun, Nov 18, 2018 at 5:23 AM Arturo Fernandez wrote: > 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

Re: API project example

2018-11-17 Thread Joel
Follow the initial two django tutorials and you'll get the idea. On Sun, 18 Nov, 2018, 5:23 AM 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 display

API project example

2018-11-17 Thread 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 sh

Re: Project example

2007-02-27 Thread BearXu
I am sorry for the wrong url. the right one is here: http://code.djangoproject.com/browser/djangoproject.com/django_website/ 2007/2/27, BearXu <[EMAIL PROTECTED]>: > > the django's official website's source is here: > http://code.djangoproject.com/browser/django/trunk/ > > 2007/2/27, Alessandro Ro

Re: Project example

2007-02-27 Thread BearXu
the django's official website's source is here: http://code.djangoproject.com/browser/django/trunk/ 2007/2/27, Alessandro Ronchi <[EMAIL PROTECTED]>: > > > Where can I find a django project (maybe with a blog app) with i18n > and good templates I can use as a base to learn how to learn good > prac

Project example

2007-02-27 Thread Alessandro Ronchi
Where can I find a django project (maybe with a blog app) with i18n and good templates I can use as a base to learn how to learn good practises of the use of django do develop? I have to make a website with some "static" pages and a database of a museum pictures, as well as a blog and a contact f