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:
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
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
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
*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
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
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
7 matches
Mail list logo