Re: Chaining county/cites api to models

2022-05-06 Thread Heman Okumbo
hare the link of the API? > > On Fri, 6 May 2022 at 17:27, Heman Okumbo wrote: > >> Thanks for the tip,i guess i have to dig deeper to get what exactly fits >> my model design. >> >> On Fri, May 6, 2022, 04:04 Muhammad Juwaini Abdul Rahman < >> juwa.

Re: Chaining county/cites api to models

2022-05-06 Thread Heman Okumbo
ropdown-list-with-django.html > > On Thu, 5 May 2022 at 23:46, Heman Okumbo wrote: > >> I need to have clients posting their products based on their >> countries,States and cities.I got this api that show a drop down list based >> on country, states and cities.How do I ch

Chaining county/cites api to models

2022-05-05 Thread Heman Okumbo
I need to have clients posting their products based on their countries,States and cities.I got this api that show a drop down list based on country, states and cities.How do I chain my models to this api? Any leads will be appreciated.Thanks -- You received this message because you are

MODELFORM DESIGN

2022-04-15 Thread Heman Okumbo
I need to implement a model design where users_a upload data:(Description_Fields-name,email,area,region,comments and some images) according to their Location_Fields(country, city/state and district).when user_b search for content they access this data according to the criterion it was

Re: runserver not working

2022-04-02 Thread Heman Okumbo
Ensure that your manage.py file on your settings folder has the right syntax as shown. On Tue, Mar 22, 2022, 08:07 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > would anyone know why my "manage.py runserver" is not working? > > Every time i try running it on the

Re: Reusable django templates

2022-03-14 Thread Heman Okumbo
Can't customize individual templates:the templates inherit all the properties of the base template eg styling and content.I am not able to add custom content to the template that inherits from base template. On Sat, Mar 12, 2022, 21:37 Clive Bruton wrote: > > On 12 Mar 2022, at 17:43,

Reusable django templates

2022-03-12 Thread Heman Okumbo
How comes I'm not able to modify my templates after extending from a base template.eg can't add extra contents,the template only display contents of the inherited template. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Update to Tutorial 4 - Generic Views

2022-03-11 Thread Heman Okumbo
on your way towards becoming a great developer. On Fri, Mar 11, 2022, 18:48 Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello, > > why do you say that importing of TemplateView is missing? I don't see > TemplateView being used anywhere in that page. > > Regards, > > Antonis

Re: How to create dynamic models in django??

2022-02-27 Thread Heman Okumbo
Refer here.https://docs.djangoproject.com/en/4.0/topics/db/models/ On Sun, Feb 27, 2022, 06:42 Prashanth Patelc wrote: > How to create dynamic models in django rest framework? > Is there any chance to create dynamic models with APIs > > Any examples please send me thanks in advance.. > > 1)

Re: Needs help

2022-02-22 Thread Heman Okumbo
Did you mean to turn(print) images to physical objects especially using 3D printers? On Tue, Feb 22, 2022, 12:55 Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello Loic, > > Please how to turn a picture into a LEGO version? > A project that does this will be welcome. > > Not

Re: Authentication by proxy server was unsuccessful ,what the problem?, that's the output from my browser .

2022-02-17 Thread Heman Okumbo
fter u connected the internet. the glitch was resolved. > > > > On Wed, Feb 16, 2022 at 4:03 PM Heman Okumbo > wrote: > >> I was running manage.py runserver without internet connection on my >> machine and getting the above error.After internet connection, the serve