On Tue, Apr 2, 2024 at 7:20 PM arts maxwell Anderson <
arts.mawellanderson@gmail.com> wrote:
> hello i have this error , i want to uppload multiple django image
> ValueError: FileInput doesn't support uploading multiple files.
> any one can help me
>
>
hello i have this error , i want to uppload multiple django image
ValueError: FileInput doesn't support uploading multiple files.
any one can help me
class FormImages(ModelForm):
multiple_image= forms.ImageField(widget=forms.FileInput(attrs= {
'multiple': True}))
you can try exploring vercel. they can host django website.
other than that, try pythonanywhere. best site for hosting django
On Sun, Sep 24, 2023 at 9:52 AM FIRDOUS BHAT wrote:
> https://blog.back4app.com/top-10-heroku-alternatives/
>
>
>
>
> On Sun, Sep 24, 2023 at 12:14 AM Akoo Rahimi
> wrot
https://blog.back4app.com/top-10-heroku-alternatives/
On Sun, Sep 24, 2023 at 12:14 AM Akoo Rahimi
wrote:
> Hello friends
>
> Can you introduce me some sites similar to Heroku?
>
> I just started Django and I want to test my projects on the global server.
>
> --
> You received this message be
Try fly.io
On Sat, Sep 23, 2023 at 7:17 PM ALINDA Fortunate
wrote:
> You can as well try render
>
> +256774339676
>
> "If you want to live a happy life, tie it to a goal, not to people or
> things."
>
> A graduate of Bachelors Degree of Science in Computer Science of Gulu
> University.
>
> @For
You can as well try render
+256774339676
"If you want to live a happy life, tie it to a goal, not to people or
things."
A graduate of Bachelors Degree of Science in Computer Science of Gulu
University.
@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics
On Sat,
Kindly use this link
https://www.makeuseof.com/heroku-alternatives-free-full-stack-hosting/
On Sat, 23 Sept 2023, 7:44 pm Akoo Rahimi,
wrote:
> Hello friends
>
> Can you introduce me some sites similar to Heroku?
>
> I just started Django and I want to test my projects on the global server.
>
>
Hello friends
Can you introduce me some sites similar to Heroku?
I just started Django and I want to test my projects on the global server.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving email
models.py
class Position(models.Model):
title = models.CharField(max_length=50)
def __str__(self):
return self.title
class Department(models.Model):
title = models.CharField(max_length=50)
def __str__(self):
return self.title
class Employee(models.Model):
fu
gt;>
>> I have three models below, but l like to create a Notification System to
>> send a message to a User whenever ;
>> 1. An object is created in all those models
>> 2. An object is modified in all those models
>>
>> And l would like to add trick that it s
ollowing data if available in the object ;
> 1. the Name of the Object,
> 2. the Image of the Object, and
> 3. the type of the Object.
>
> Lastly I would like to add a :
> 1. Notification DELETE function, that gives User a way to delete that
> Message , not to appear in his or no
of publiction or creation.
>
> And I would like to pass the following data if available in the object ;
> 1. the Name of the Object,
> 2. the Image of the Object, and
> 3. the type of the Object.
>
> Lastly I would like to add a :
> 1. Notification DELETE function, that give
ly I would like to add a :
1. Notification DELETE function, that gives User a way to delete that
Message , not to appear in his or notification section again.
2. Mark as Read function, that changes the Massage Div Color
3. A notification Barge that displays the UNREAD Messages.
Am requesting any
i solved that , i deleted all the databases and makemigrations and migrate
and all was done good
On Thu, 10 Aug 2023 at 18:12, Mz Gz wrote:
> Maybe you referenced another model in your model and the referenced model
> is no more there or its name changed
>
> On Thu, 10 Aug 2023, 2:10 pm Kani Sbt
Maybe you referenced another model in your model and the referenced model
is no more there or its name changed
On Thu, 10 Aug 2023, 2:10 pm Kani Sbt, wrote:
> django.db.migrations.exceptions.InconsistentMigrationHistory: Migration
> admin.0001_initial is applied before its dependency lottyapp.00
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration
admin.0001_initial is applied before its dependency lottyapp.0001_initial
on database 'default'.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this g
change the naming of the urls like for the login from "login" to something
like "login_page" because you are causing a clash in the views.py code
since you are importing login and your url name is the same rename the
logout too
hope that helps
On Mon, Aug 7, 2023 at 2:40 PM AKHIL KORE wrot
I got the error in my below existings django files. Please solve this error
and check all below files code.
File "C:\django2pm\myvenv\lib\site-packages\django\urls\resolvers.py", line
725, in url_patterns
raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) from e
django.core.exception
File
"/home/sbthrmodule/public_html/venv/lib/python3.11/site-packages/MySQLdb/__init__.py",
line 121, in Connect
return Connection(*args, **kwargs)
^^^
File
"/home/sbthrmodule/public_html/venv/lib/python3.11/site-packages/MySQLdb/connections.py",
lin
Hi,
Can you please recommend any ui components to use with django, like graphs,
datagrid etc.
With regards,
Annadatha.
On Sun, Jun 18, 2023, 8:59 PM Annadatha Rao wrote:
> Dear All,
>
> Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver,
> please show me an example if wor
Thank you for your reply.
Annadatha.
On Thu, Jun 22, 2023, 10:45 PM Praveen Chaudhary
wrote:
> Hi Annadatha,
>
> I'm glad to hear that upgrading to Oracle 21c worked for you. As for your
> question about working without migrations in Django, it's certainly
> possible but it's important to under
Hi Annadatha,
I'm glad to hear that upgrading to Oracle 21c worked for you. As for your
question about working without migrations in Django, it's certainly
possible but it's important to understand the implication and trade-offs.
Django migrations provide a way to manage and apply changes to your
Hi Prabin,
Thank you, it worked when I upgraded db to 21c (oracle), thank you for your
help. Small question, can I work without migrations, some have I hate
migrations being a legacy programmer from (Cobol days). I value your
opinion.
Thank you,
ANNADATHA.
On Sun, Jun 18, 2023 at 9:19 PM Pravee
Thank you very much praveen, I will try and let you know.
Annadatja
On Sun, Jun 18, 2023, 9:19 PM Praveen Chaudhary
wrote:
> Yes, Django migrations can work with Oracle 11.2 using the python-oracle
> database driver. However, it's important to note that the python-oracle
> package is not an
Yes, Django migrations can work with Oracle 11.2 using the python-oracle
database driver. However, it's important to note that the python-oracle
package is not an official Oracle-provided driver. The official driver is
called cx_Oracle, which is widely used for connecting Django to Oracle
databases
Dear All,
Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver,
please show me an example if works.
Thank you for your support,
Annadatha.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and st
> Yes send message to my account
--
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...@googlegroups.com.
To view this discussion on the web vi
Thanks a lot to Makan Dianka and everyone who replied to my question. Your
help was greatly appreciated. I was able to solve the problem using Makan
Dianka's solution.
On Friday, June 16, 2023 at 9:00:20 AM UTC+5:30 Makan Dianka wrote:
> It is :
>
> STATICFILES_DIRS=[
> .
> ]
>
> Not :
It is :
STATICFILES_DIRS=[
.
]
Not :
STATICFILES_DIR=[
.
]
Just add S in the end of DIR like DIRS and make sur u create static folder
in your project root.
Le jeu. 15 juin 2023 à 16:52, Ngaga Dancan a
écrit :
> Use load static first before you use extends
>
>
> On Thu, Jun
Use load static first before you use extends
On Thu, Jun 15, 2023, 16:52 Prosper Lekia wrote:
> Where is the Python.png located?
>
> From your code, it should be directly in your static folder not a
> subfolder. So verify your file structure first. If every is in order,
> confirm if whitenoise
According to your settings, the `Python.png` file should be inside `static`
on the same level as `manage.py`.
|---static /
|-- Python.png
|--manage.py
|--
The file structure of almost that kind. If you're in development and this
is a practice thing, you don't need `whitenoise` just yet.
Where is the Python.png located?
>From your code, it should be directly in your static folder not a
subfolder. So verify your file structure first. If every is in order,
confirm if whitenoise is installed, and been added to your MiddleWare.
On Thu, Jun 15, 2023, 14:33 Aspersh Upadhyay <
aspershup
my settings.py
STATIC_URL = 'static/'
STATICFILES_DIR = [
BASE_DIR / "static"
]
Template where I am trying to load static files
{% extends 'base.html' %}
{% load static %}
{% block title %}
Issue With Django static files
{%endblock title %}
{% block body %}
My code is import re iine = “My name is Bahtta. I want to learn”print(re.findall('[aeiou]+', line))And is it is running okSent from Mail for Windows From: Ramesh BhattaSent: Wednesday, May 24, 2023 6:41 AMTo: django-users@googlegroups.comSubject: Please help me solving this error Trace
Traceback (most recent call last):
File "C:\users\rudra\desktop\python\client2.py", line 1, in
import urllib.request
File
"C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py",
line 84, in
import base64
File
"C:\Users\Rudra\AppData\Local\Programs\Python\Pyth
can you provide more details about the specific issues you are facing when
trying to call this method? Are you getting any error messages, or is the
function simply not being called? Any additional information you can
provide will help me better understand your problem.
I am providing you
from channels.generic.websocket import AsyncWebsocketConsumer
import json
class MyConsumer(AsyncWebsocketConsumer):
async def connect(self):
self.room_group_name = 'kafka'
# Join room group
await self.channel_layer.group_add(
self.room_group_name,
Hello Dear
You should name your apps without the app word in the end
Example :
INSTALLED_APPS = [
"apps.store'',
" apps.core",
]
This will definitely work
Regards
On Wed, 19 Oct 2022, 7:30 AM regan opere, wrote:
> Many, thanks for the reply. However, I have two apps in the directory
> c
You need to give the django apps you created unique names (try to see them
as separate entities), in your case this would be 'core' and 'store', then
you need to add them to the INSTALED_APPS list like so in the settings file:
[...,
'core.apps.CoreConfig',
'store.apps.StoreConfig',
]
On Wed, Oct
Many, thanks for the reply. However, I have two apps in the directory
called Apps..
so when I name the apps in the settings using
tiles.apps.TilesConfig' it still does'nt work
naming them like this:
'apps.core.apps',
'apps.store.apps',
also still giver the error: django.core.exceptio
Lets take App Directory name tiles.
So inthe installed app list it will be
'tiles.apps.TilesConfig',
Or put simply
'tiles',
Hope it helps .
On Tue, Oct 18, 2022, 06:16 regan opere wrote:
> Hello, I am new to django and I am still learning.
> I have created two apps core and store and I have re
Hello, I am new to django and I am still learning.
I have created two apps core and store and I have registered them in the
settings file of my root directory.
This is the error I get:
django.core.exceptions.ImproperlyConfigured: Application labels aren't
unique, duplicates: apps
my settings lo
thanks bro
On Wed, Jul 27, 2022 at 7:36 AM Abdul Qoyyuum
wrote:
> This is a Django group. I don't know how its implemented in Android but
> for your use case, you will need to learn Socket programming. Other than
> that, I can't help you. Sorry.
>
> On Tue, Jul 26, 2022 at 6:55 PM Chelsea Fan
>
This is a Django group. I don't know how its implemented in Android but for
your use case, you will need to learn Socket programming. Other than that,
I can't help you. Sorry.
On Tue, Jul 26, 2022 at 6:55 PM Chelsea Fan
wrote:
> Hello, such a question, we plan to implement an application for And
Hello, such a question, we plan to implement an application for Android,
for a TV and for a phone, it will be an application with the broadcast of
different channels, you will need to stream somehow, i.e. there is no
direct access.
which technologies I 'v to use for it?
--
You received this messa
--
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...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/m
Hello, basically where you are calling this route you have to pass
something like this: *{% url 'placeOrder' 1 %}* and it is being called
without nd like this: *{% url 'placeOrder' %}*, but as posted above it
would be better to put the code for the person to analyze
Em quinta-feira, 13 de janei
Please share me your code privately so that I can solve your proy as soon
as possible.
On Thu, Jan 13, 2022, 20:16 sharath p wrote:
>
> Environment:
>
>
> Request Method: GET
> Request URL: http://127.0.0.1:8000/
>
> Django Version: 4.0.1
> Python Version: 3.10.1
> Installed Applications:
> ['dj
Environment:
Request Method: GET
Request URL: http://127.0.0.1:8000/
Django Version: 4.0.1
Python Version: 3.10.1
Installed Applications:
['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.sta
Change folder name to templates
There is typo mistake.
And let me if it's fixed.
On Wed, Oct 20, 2021, 3:15 PM Planet X wrote:
> I can not connect to my static files here i am sending my screen shoot of
> the setting and others links to the my base.html whats my fault please do
> help
>
> --
> Y
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'assets')
]
On Wed, Oct 20, 2021, 11:00 AM Lakshyaraj Dash X-D 25 <
dashlakshyaraj2...@gmail.com> wrote:
> Change the assets to static
>
> On Wed, 20 Oct, 2021, 2:45 pm Planet X,
Do one thing... In the templates inside {% static 'css/style.css' %} make
it {% static 'prsquare/css/style.css' %}
On Wed, 20 Oct, 2021, 2:45 pm Planet X, wrote:
> I can not connect to my static files here i am sending my screen shoot of
> the setting and others links to the my base.html whats m
Change the assets to static
On Wed, 20 Oct, 2021, 2:45 pm Planet X, wrote:
> I can not connect to my static files here i am sending my screen shoot of
> the setting and others links to the my base.html whats my fault please do
> help
>
> --
> You received this message because you are subscribed
I can not connect to my static files here i am sending my screen shoot of
the setting and others links to the my base.html whats my fault please do
help
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop re
Alright Peter sorry i get it. Fine
On Tue, Aug 31, 2021, 2:16 PM 'Peter van der Does' via Django users <
django-users@googlegroups.com> wrote:
> You seem to be confused about who asked the question because it was not me
> who asked the question.
> On 8/31/21 6:58 AM, Munzir Abba Daneji wrote:
>
>
You seem to be confused about who asked the question because it was not
me who asked the question.
On 8/31/21 6:58 AM, Munzir Abba Daneji wrote:
> Hi peter The tag library you use is not correct use
>
> {% load static %}
>
> again you html directory seems to be not organise try project_folder >
Hi peter The tag library you use is not correct use
{% load static %}
again you html directory seems to be not organise try project_folder >
Template_folder> index.html for example
On Tue, Aug 31, 2021, 1:46 AM 'Peter van der Does' via Django users <
django-users@googlegroups.com> wrote:
> Uh w
Uh what question are you answering?
On 8/30/21 12:55 PM, Munzir Abba Daneji wrote:
> Peter Check your Template DIR you supposed to organize you folders
> flow under your "first_project" folder create the template folder and
> inser you html
>
> On Mon, Aug 30, 2021, 5:09 PM 'Peter van der Does' v
Peter Check your Template DIR you supposed to organize you folders flow
under your "first_project" folder create the template folder and inser you
html
On Mon, Aug 30, 2021, 5:09 PM 'Peter van der Does' via Django users <
django-users@googlegroups.com> wrote:
> You got a " on line 2 that shouldn'
You got a " on line 2 that shouldn't be there
On 8/28/21 1:15 PM, DUSHYANT SINGH wrote:
> In template C:\Users\DUSHYANT
> THAKUR\PycharmProjects\django\gs15\course\templates\course\index.html,
> error at line 2
> '"' is not a registered tag library. Must be one of:
>
> 1 :
>
send the template
On Sunday, 29 August 2021 at 08:12:37 UTC+5:30 du19sh...@gmail.com wrote:
>
> Environment:
>
>
> Request Method: GET
> Request URL: http://127.0.0.1:8000/cor/learndj/
>
> Django Version: 3.0
> Python Version: 3.8.6
> Installed Applications:
> ['django.contrib.admin',
> 'django.
I think he's asking for help in using Django as an ORM tool, not a web
framework.
If that's the case: do a Google search for 'standalone django' or use
sqlalchemy.
Best regards,
Stijn Verholen
On Sat, 28 Aug 2021, 22:49 Kasper Laudrup, wrote:
> On 28/08/2021 01.55, Thuan Nguyen Thi Bích wrote:
The official documentation is the best one :-
https://docs.djangoproject.com/en/3.2/
Any other help then please send it to dashlakshyaraj2...@gmail.com
On Sat, 28 Aug 2021, 06:36 Thuan Nguyen Thi Bích,
wrote:
> Hi everyone
> I'm not a developer. I'm a member of team Product.
> I want to use djan
Environment:
Request Method: GET
Request URL: http://127.0.0.1:8000/cor/learndj/
Django Version: 3.0
Python Version: 3.8.6
Installed Applications:
['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.co
Isn't the admin panel suffecient if you want to extract data from this
website to any other app/website then tell the developers to make an
api(recommended), or you can do web scraping (not recommended)
On Sunday, 29 August 2021 at 02:20:33 UTC+5:30 Kasper Laudrup wrote:
> On 28/08/2021 01.55,
On 28/08/2021 01.55, Thuan Nguyen Thi Bích wrote:
> Hi everyone
> I'm not a developer. I'm a member of team Product.
> I want to use django tool to select data.
>
> Please share with me link to learn the way using tool django .
>
Django is not a tool, but a web development framework:
https://e
Hi everyone
I'm not a developer. I'm a member of team Product.
I want to use django tool to select data.
Please share with me link to learn the way using tool django .
*Example*: I select data from url of django tool. I need to learn more
functions
*https://djadmin.abc.vn/project/table-/?fie
First Take all the Deployment security checklist given here and then
deploy, python3 manage.py runserver starts a *development *server *not* a
*production* server you have to configure that on your own...
On Wednesday, 18 August 2021 at 20:28:09 UTC+5:30 alex...@gmail.com wrote:
> Hello,
>
> Th
Hey,
have you check this:
https://docs.djangoproject.com/en/3.2/howto/deployment/
jt.vc...@gmail.com schrieb am Mittwoch, 18. August 2021 um 15:03:03 UTC+2:
> Hi
>
> I am now starting to work in Django.
>
> I built a development environment on my laptop. I experimented there,
> things work.
>
Hello,
There are a few ways to deploy a Django site to a production server. Tools
like Ansible and Docker help a lot.
One way to transfer files is via git push and pull through a repository.
There are other ways as well.
Once the files are on the server, the server needs all the services set up
Hi
I am now starting to work in Django.
I built a development environment on my laptop. I experimented there, things
work.
I have a web server on the net. With multiple hosted domains.
I would put my attempt on one. But things don't work.
- python is installed, updated
- I installed django
Some popular names are hostinger, aws, digital ocean etc... you need to buy
a vps plan from any web hosting company. There is also another way to host
that is by heroku or pythonanywhere here you do not have do much work they
configure everything for you but in VPS you have to configure everyth
This article can help
:
https://hakibenita.medium.com/how-to-add-custom-action-buttons-to-django-admin-8d266f5b0d41
On Thursday, 5 August 2021 at 18:31:52 UTC+5:30 arvind@gmail.com wrote:
> hey guys i want to add the action on click the list will be filter of
> objects
>
> here the on cl
You can use any hosting provider who provides you the root access, so that
you can ssh into the server and host your django
On Thursday, 5 August 2021 at 11:44:24 UTC+5:30 satyajit...@gmail.com wrote:
> Good Morning Guys, I'm from India. I'm an open source engineer. Having 2
> years of profess
Good Morning Guys, I'm from India. I'm an open source engineer. Having 2
years of professional experience in software development.
I can help you with deploying your local application to the server.
On Wed, Aug 4, 2021 at 6:41 PM Badr Gamal wrote:
> Good morning guys,
>
> I am new web developer
Good morning guys,
I am new web developer and start to code with python django framwork
I only made a web site at my local machine .
What i do after that to make this website published on web ?
On Wednesday, July 28, 2021 at 3:43:51 PM UTC+2 skyli...@gmail.com wrote:
> You can. Use name cheap
torial.djangogirls.org/en/
>
> Regards
>
> Nagaraju Singothu schrieb am Mi., 28. Juli
> 2021, 15:51:
>
>> Dear friends,
>>
>> I'm new to django, plz help me how to develop this page and send me the
>> source code.
>>
>> This task o
new to django, plz help me how to develop this page and send me the
> source code.
>
> This task only using bootstrap and Django
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this
#x27;m new to django, plz help me how to develop this page and send me the source
code.
This task only using bootstrap and Django
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving ema
>
> If you want to make it self then several tutorials exists.
>
> Regards
>
> Nagaraju Singothu schrieb am Mi., 28. Juli
> 2021, 15:51:
>
>> Dear friends,
>>
>> I'm new to django, plz help me how to develop this page and send me the
>> source c
, 15:51:
> Dear friends,
>
> I'm new to django, plz help me how to develop this page and send me the
> source code.
>
> This task only using bootstrap and Django
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django
Dear friends,
I'm new to django, plz help me how to develop this page and send me the
source code.
This task only using bootstrap and Django
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and
You can. Use name cheap, cpanel
On Wednesday, July 28, 2021, David Crandell
wrote:
> Try deploying to a PaaS platform like Heroku or DigitalOceans Apps service.
>
> They can be very cost effective and are an excellent way to host a Django
> app.
>
> On Tuesday, July 27, 2021 at 11:26:13 AM UTC-5
Try deploying to a PaaS platform like Heroku or DigitalOceans Apps service.
They can be very cost effective and are an excellent way to host a Django
app.
On Tuesday, July 27, 2021 at 11:26:13 AM UTC-5 kossit...@gmail.com wrote:
>
> I need a video who explains how to host a site on ionos
> --
Propose me a hosting that support python
Le mar. 27 juil. 2021 à 17:24, Théodore KOSSI a
écrit :
>
> I need a video who explains how to host a site on ionos
> --
> theodoros17@python-developer
>
--
theodoros17@python-developer
--
You received this message because you are subscribed to the G
I need a video who explains how to host a site on ionos
--
theodoros17@python-developer
--
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...
thanks you very much for your attention. I have already fund it
Le ven. 16 juil. 2021 à 04:04, Gabriel Araya Garcia <
gabrielaraya2...@gmail.com> a écrit :
> How? with a message. It's very simple.
> It's is in authentication page that you had build.
>
>
> Gabriel Araya Garcia
> GMI - Desarrollo
How? with a message. It's very simple.
It's is in authentication page that you had build.
Gabriel Araya Garcia
GMI - Desarrollo de Sistemas Informáticos
El jue, 15 jul 2021 a las 14:04, Kasper Laudrup ()
escribió:
> On 15/07/2021 19.14, Théodore KOSSI wrote:
> >
> > I want to know how to tra
On 15/07/2021 19.14, Théodore KOSSI wrote:
>
> I want to know how to transmit an error message when user try to connect
That's very simple. Just make sure there's nothing the user can connect
to, then the user will get an error message. You don't even have to
transmit anything.
If that's not wh
I want to know how to transmit an error message when user try to connect
theodoros17@python-developer
--
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-user
; according to price. I used django-filter to filter category and size.
>> Please suggest a solution for price in the following manner: Latest
>> products, Lowest to Highest and Highest to Lowest. I've made some progress
>> in the template without using django-filter. Kindly help
template without using django-filter. Kindly help me tie it up with
> the backend.
>
> Do let me know if anything else is needed.
> Thanks for your help in advance
>
> Regards,
> Aritra
>
> #products-html
>
>
>
>
>
t
products, Lowest to Highest and Highest to Lowest. I've made some progress
in the template without using django-filter. Kindly help me tie it up with
the backend.
Do let me know if anything else is needed.
Thanks for your help in advance
Regards,
Aritra
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
ID
>>>>>>>>>> Itemname
>>>>>>>>>> Quantity
>>>>>>>>>>
>>>>>>>>>> rate
>>>>>>>>>> amount
>
t;>>>>>>>>
>>>>>>>>>
>>>>>>>>> {% for displayemp in editupdaterecord%}
>>>>>>>>>
>>>>>>>>> {{displayemp.id}}
>>>&g
>>
>>>>>>>>{% endfor %}
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>
have you removed for loop from your form?
On Tue, Jun 22, 2021 at 8:33 PM DJANGO DEVELOPER
wrote:
> because it is necessary to write when there are no more conditions left.
>
> On Tue, Jun 22, 2021 at 6:31 PM avdesh sharma
> wrote:
>
>> what will happen if I change from elif to else ?
>> FYI -
because it is necessary to write when there are no more conditions left.
On Tue, Jun 22, 2021 at 6:31 PM avdesh sharma
wrote:
> what will happen if I change from elif to else ?
> FYI - I checked it but still getting same error.
>
> On Tue, Jun 22, 2021 at 2:51 PM DJANGO DEVELOPER
> wrote:
>
>>
what will happen if I change from elif to else ?
FYI - I checked it but still getting same error.
On Tue, Jun 22, 2021 at 2:51 PM DJANGO DEVELOPER
wrote:
> your index.html
>
>
> PASSWORD
> class="form-control" name="password" placeholder="Enter Password">
>
>
> {% if login == 'inacti
1 - 100 of 899 matches
Mail list logo