Re: Use include template tag in another app template folder

2022-09-02 Thread Wazed Khan
My Bad On Fri, Sep 2, 2022, 4:23 PM Wazed Khan wrote: > You can set custom template folder in you project directory > > From there you can use any template for any app > > Change template path from setting > You can look into documentation. > > On Fri, Sep 2, 2022, 4:

Re: Use include template tag in another app template folder

2022-09-02 Thread Wazed Khan
You can set custom template folder in you project directory >From there you can use any template for any app Change template path from setting You can look into documentation. On Fri, Sep 2, 2022, 4:09 PM Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > It would be problematic

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread Wazed Khan
Use from . import views Because you are in you app directory Or use from tutorial import views On Fri, Sep 2, 2022, 1:21 PM Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" grou

Re: plz help user authentication

2022-08-24 Thread Wazed Khan
on February 15. >> >> On Thu, Aug 18, 2022 at 4:18 PM Wazed Khan wrote: >> >>> Hi >>> I have created an online store project where every product has a user >>> who is the seller. >>> I wanted to access seller info from the product using re

Re: Url mapping error.

2022-07-19 Thread Wazed Khan
*Installed apps On Tue, Jul 19, 2022, 10:05 PM Wazed Khan wrote: > Did you registered your app in instead app in project setting > > On Tue, Jul 19, 2022, 9:32 PM Abdulrahman Hayat < > elhayatusman1...@gmail.com> wrote: > >> After writing basic script and did all th

Re: ?? question ,its urgent

2022-06-26 Thread Wazed Khan
Thanks On Mon, Jun 27, 2022, 4:44 AM Ryan Nowakowski wrote: > An alternative to storing all values in a single model field is to use EAV: > > > https://en.m.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model > > On June 20, 2022 1:46:42 AM CDT, Abhinandan K > wrote: >> >> how to st

Re: ?? question ,its urgent

2022-06-20 Thread Wazed Khan
You could make the fields as not required like name = models.CharField(blank =True) I could be wrong or Didn't get your question if I'm in one of them ignore the suggestion. On Mon, Jun 20, 2022 at 12:47 PM Abhinandan K wrote: > how to store the data in django databse table if user append field