Collaborate developing E-commerce on Django Framework

2020-12-28 Thread Prashanjeet Halder
Hello Everyone, I am developing an e-commerce website to be served live which includes basic features like cart functionality and User login/logout with bunch of other API's integration to handle different aspects of the project. I'm looking for someone experienced/fresher with hands on knowle

Re: DoesNotExist at /

2020-12-28 Thread Prashanjeet Halder
There's no built-in filter as currency in django template language you can custom create one. *As Demonstrated Here: LINK * On Monday, December 28, 2020 at 12:35:08 PM UTC+5:30 techg...@gmail.com wrote

Re: Help: Deployment to Production Server

2020-12-28 Thread Prashanjeet Halder
Hello, I can help you deploy your Django app on a server providing you the best in the market i.e. AWS . You can connect me on email: iam @prashanjeet.com. On Monday, December 28, 2020 at 1:46:28 AM UTC+5:30 dev1...@gmail.com wrote: > This link contains all expect the settings files and environ

Re: I have learn the tutorial 6 static file for html & css. However the web-site fail to display the intended file. Why & how to fixed it!

2021-01-17 Thread Prashanjeet Halder
There are many things that might be wrong in this situation. 1) Check the Urls.py file. 2) Check your settings.py file for the correct static URL & allowed hosts 3) Check for proper paths for every static file Thanks, Prashanjeet Haldar On Sunday, January 17, 2021 at 10:14:12 PM UTC+5:30 Kasper L

Re: Is there any way to custom group models in the admin panel?

2021-01-17 Thread Prashanjeet Halder
Not preferred but I guess you can do it by following the below-given steps: As soon as you end up creating your web app 1) Run the command: "python manage.py collectstatic" 2) Check for the static/admin/index.html file. 3) Edit the HTML files as per your need and convenience. Please let me know if

Re: Facing an issue in running a Django problem

2021-03-24 Thread Prashanjeet Halder
I don't have much idea about tesorflow. This is what i found on web : https://www.codegrepper.com/code-examples/python/AttributeError%3A+module+%27tensorflow%27+has+no+attribute+%27get_default_session%27 See if that helps. On Thursday, March 25, 2021 at 2:00:56 AM UTC+5:30 Kasper Laudrup wrote:

Re: Data from form is not being saved in DB

2021-03-24 Thread Prashanjeet Halder
Hello, Answer to your first question: You don't have to explicitly mention action attr. without that too it is possible to achieve the same operation. you can check "practice04" in this Repository : For reverse match error: specifying app_name u

Unable to run requests-html functions from Django views

2021-03-24 Thread Prashanjeet Halder
Hello all, I'm trying to run a python script that uses requests-HTML library every time a view is triggered but getting an error. -- 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,

Re: Unable to run requests-html functions from Django views

2021-03-24 Thread Prashanjeet Halder
On Thursday, March 25, 2021 at 8:12:46 AM UTC+5:30 Prashanjeet Halder wrote: > Hello all, > I'm trying to run a python script that uses requests-HTML library every > time a view is triggered but getting an error. > > -- You received this message because you are subscribed