Re: When to create a new app

2018-03-10 Thread ansh srivastav
Most amazing part about django is every stuff related to a new app! Suppose you may want to create a game and in that first the user have to intimate the move, so for that an app is created ! On 10 Mar 2018 21:40, "Cictani" wrote: > > Hi Andréas, > > thank you. Currently I am working on a db ap

Re: A first time programmer

2018-04-07 Thread ansh srivastav
First check the version of python, then type :django-admin startproject projectname. On 7 Apr 2018 04:03, "Paul Baforh" wrote: Please programmers, how do I engage django because i get syntax error i type in this code - $ django-admin startproject mySite --- -- You received this mes

Re: Message from a django beginner user

2018-05-16 Thread ansh srivastav
If you are interested in learn by streaming, then you can go through with learncodeonline website by Hitesh Choudhary. Although it is a paid course but it would be awesome to learn from there from scratch. The link is this: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uac

Re: TypeError: view must be a callable or a list/tuple in the case of include().

2018-08-25 Thread ansh srivastav
Use the following in urls.py: from django.conf.urls import include,url On Sat, Aug 25, 2018 at 12:54 PM Aware Fun wrote: > > > rahul > > On Fri, Aug 24, 2018, 3:17 AM herve kabore wrote: > >> this is the urls.py >> >> >> from django.conf.urls import include,url >> from django.contrib impor

Re: Create data from django models from .csv file using pandas library

2018-10-15 Thread ansh srivastav
Which database are you referring to? [image: Mailtrack] Sender notified by Mailtrack 10/15/18, 5:03:59 PM

Re: Use Email to Login With Django Auth

2018-11-01 Thread ansh srivastav
Your question is not clear, please be a bit specific. [image: Mailtrack] Sender notified by Mailtrack 11/01

Re: foreign key is not working

2018-11-02 Thread ansh srivastav
Where is model codes? [image: Mailtrack] Sender notified by Mailtrack 11/02/18, 1:47:40 PM On Fri, Nov 2,