Re: Project initialization

2019-01-20 Thread Jason
Might be beneficial to review this documentation https://docs.djangoproject.com/en/2.1/ref/django-admin/ It does a good job of specifying the differences. Myself, using OSX and/or docker for all my projects, I only use django-admin to start a project, and use manage.py for everything else.

Re: Project initialization

2019-01-20 Thread Lara Garg
Most of the terminology that you have used is complete alien to me rn, but I hope to get there soon and will be able to understand then. Thanks On Sunday, January 20, 2019 at 8:33:14 PM UTC+5:30, Jani Tiainen wrote: > > Hi, > > If you were wondering why django-admin and not django. Explanation

Re: Project initialization

2019-01-20 Thread Nigel Copley
On this topic I've been wondering why some people use python manage.py startapp instead of django-admin startapp, is there any difference? On Sun, 20 Jan 2019, 15:03 Jani Tiainen, wrote: > Hi, > > If you were wondering why django-admin and not django. Explanation is > rather simple. When Django

Is it easy to switch User model from inheriting AbstractUser to AbstractBaseUser if already in production?

2019-01-20 Thread Tyler Lynch
Just wondering how difficult that switch is? I know, for example, that it's best practice to atleast set AUTH_USER_MODEL to a custom user model that inherits from AbstractUser, because switching this setting afterwards is difficult, because of updating all the foreign keys, etc. But if that

Re: Project initialization

2019-01-20 Thread Jani Tiainen
Hi, If you were wondering why django-admin and not django. Explanation is rather simple. When Django python package is built "django-admin" is designated as a script that will be executed. Django within python namespace is just name of the package. So that's why django-admin is used to bootstrap

Re: Project initialization

2019-01-20 Thread Lara Garg
Yes, it's properly installed and currently i am using Debian On Sunday, January 20, 2019 at 4:36:52 AM UTC+5:30, Lara Garg wrote: > > Why write django-admin startproject xyz and not just django startproject > xyz? > Thanks in advance > > -- You received this message because you are subscribed

Re: Login with email or phone not username

2019-01-20 Thread Achyut Pandey
@ > On Sun, 6 Jan 2019 at 23:40, kaushik kumar roy > wrote: > Hi, > i think you can add a if condition in your view.py , stating if the username > matches to a regular expression for mobile or email. > if the regular expression matches the email you can go ahead calling the user >

Re: E-commerce with Django framework

2019-01-20 Thread Jani Tiainen
Well there exists few frameworks on top of django that does. For example django-oscar. You can find more at https://djangopackages.org/grids/g/ecommerce/. On Sun, Jan 20, 2019 at 4:19 PM kibirige Gerald Joseph < geraldjose...@gmail.com> wrote: > Hello! > > I started learning Django framework

django creadted day

2019-01-20 Thread tercuman4848
hi guys ım beginer ı starrt learn to django , my questin in my model have created day input when save my model its not have any porblem . my problem on tempaltes coming fist created date time ı wanna write last created dat first place , how can ı make thx -- You received this message

E-commerce with Django framework

2019-01-20 Thread kibirige Gerald Joseph
Hello! I started learning Django framework last month. Django is great! Well, is it plausible to build an e-commerce website with Django? If so, what resources and information do I need to make an e-commerce website in Django a reality? Thank you Gerald -- You received this message because

Re: Best Learning Resources

2019-01-20 Thread Tomas Adel
I liked begining django _ web application development On Sun, Jan 20, 2019, 2:12 PM Nigel Copley Thanks I've done that too, it's very good > > I've also found that the treehouse courses are very good > > On Sun, 20 Jan 2019, 08:01 Mohammad Etemaddar, < > mohammad.etemad...@gmail.com> wrote: > >>

Re: Best Learning Resources

2019-01-20 Thread Nigel Copley
Thanks I've done that too, it's very good I've also found that the treehouse courses are very good On Sun, 20 Jan 2019, 08:01 Mohammad Etemaddar, wrote: > I liked "django by example" > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Best Learning Resources

2019-01-20 Thread Mohammad Etemaddar
I liked "django by example" -- 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

submit button redirecting to unknown url

2019-01-20 Thread Mohammad Etemaddar
Change action="." To action="" -- 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