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
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 s
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) Requ
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
>
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 this
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 1
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 c
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 uploaded(Loca
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 subscribed
wn-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 chain my m
e 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.
My project url cannot import views from the app folder, what ks the problem?
--
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, send an email
to django-users+unsubscr...@googlegroup
contain an app directory.
>
> And please make sure you actually created app with *manage.py startapp
> {app_name}* and included the app in your *settings.py*:
> INSTALLED_APPS = [
> 'django.contrib.admin',
> 'land.apps.LandConfig' # your app
>
> ]
Hello everyone,my project is not displaying the page on the browser though
I've followed the Django project tutorial.
my project urls:
from django.contrib import admin
from django.urls import path, include
urlpatterns = [
path('land/', include('land.urls')),path('admin/', admin.site.urls),]
14 matches
Mail list logo