Re: URL configuration error for a beginner

2020-08-31 Thread Haris Ahmad
Hello dear, add that app in settings.py in installed apps Eg. "base.apps.BaseAppConfig" Or simply "base" Kind regards Haris On Tue, 1 Sep 2020, 3:59 AM Manal Helal, wrote: > Hi > > I am using DJango to the first time and appreciate some explanation to the > error I am receiving. I followed the

Re: why style.css is not read by my codes. i am using VScode for Django

2020-08-24 Thread Haris Ahmad
Have you added whitenoise to the settings.py On Mon, 24 Aug 2020, 9:27 PM Amresh Giri, wrote: > Is is supposed to be "statics" ? > > On Mon, Aug 24, 2020, 9:49 PM alka reetesh > wrote: > >> I have used python manage.py collectstatic, which gave >> error--FileNotFoundError: [WinError 3] The syst

Re: eWallet-django

2020-08-14 Thread Haris Ahmad
Watch tutorial of codewithharry on youtube that's a good tutorial for ecommerce, or watch dennis ivy tutorials on youtube On Fri, 14 Aug 2020, 11:50 PM sakshi jain, wrote: > I'm also want some guidance for e_commerce website using django > > On Fri, Aug 14, 2020, 23:45

eWallet-django

2020-08-14 Thread Haris Ahmad
Hello everyone, Hope you're good! I'm new to django, I have followed some tutorials regarding Ecommerce, know I want to start working on eWallet project. any kind of help will be appreciated, if someone want to work with me on this project , here is the github link to my account , HarisAhmad43 -

NoReverseMatch

2020-08-04 Thread Haris Ahmad
Hello everyone, I'm getting this error, *Reverse for 'create_order' with no arguments not found. 1 pattern(s) tried: ['create_order/(?P[^/]+)/$'] * I'm getting this error when I use *path('create_order//', views.createOrder, name="create_order"),* but there is no such error when path is.. *path

Re: Django3 runserver error

2020-07-30 Thread Haris Ahmad
Hi there, Resolved_path =pathlib.path.resolve(strict=True) Use this, might work.. On Thu, 30 Jul 2020, 2:25 PM Mira, wrote: > Hi All, > I recently upgraded Django from 2.2 to 3 on my MacOS10.13. > I am using Python 3.6 and My Application was working fine with Django 2.2 > but now i am getting b

Re: Python-django project

2020-07-23 Thread Haris Ahmad
haris18...@gmail.com On Fri, 24 Jul 2020, 2:34 AM Haris Ahmad, wrote: > Intersted. > Kind regards Haris Ahmad > > On Tue, 21 Jul 2020, 8:10 AM learn code, wrote: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve

Re: Python-django project

2020-07-23 Thread Haris Ahmad
Intersted. On Fri, 24 Jul 2020, 2:31 AM _M_A_Y_A_N_K_, wrote: > Interested > > Thanks & Regards, > - > Mayank Tripathi > Mo. +1 615 962 2128 > "Do what you can, with what you have, where you are -by Theodore > Roosevelt" > > > > On Thu, Jul 23, 2020 at 3:49 PM Himanshi Dhanwa