Re: ANYONE CAN HELP ME

2024-04-03 Thread Miroslav Milic
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 > > class

ANYONE CAN HELP ME

2024-04-02 Thread arts maxwell Anderson
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})) class Meta

Re: help me

2023-09-25 Thread Migui Galan
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 >

Re: help me

2023-09-23 Thread FIRDOUS BHAT
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

Re: help me

2023-09-23 Thread ASAMOAH EMMANUEL
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. > >

Re: help me

2023-09-23 Thread ALINDA Fortunate
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,

Re: help me

2023-09-23 Thread Miracle
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. >

help me

2023-09-23 Thread Akoo Rahimi
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

django form validation error massage not showing. please help me out

2023-09-15 Thread Mohammad Shahidullah
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):

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-09-04 Thread Michal Plsek
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

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-31 Thread Andréas Kühne
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

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-23 Thread ivan harold
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 g

ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-22 Thread Byansi Samuel
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

Re: how to solve please help me

2023-08-10 Thread Kani Sbt
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

Re: how to solve please help me

2023-08-10 Thread Mz Gz
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

how to solve please help me

2023-08-10 Thread Kani Sbt
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

Re: any any help me to solve below error in my django project

2023-08-07 Thread Brian Gitau
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

any any help me to solve below error in my django project

2023-08-07 Thread AKHIL KORE
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

When i Host i ger=t this error ,i couldn't solve it help me please

2023-08-01 Thread Kani Sbt
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",

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
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

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
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

Re: Can any one help me with this question

2023-06-22 Thread Praveen Chaudhary
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

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
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

Re: Can any one help me with this question

2023-06-18 Thread Annadatha Rao
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

Re: Can any one help me with this question

2023-06-18 Thread Praveen Chaudhary
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

Can any one help me with this question

2023-06-18 Thread Annadatha Rao
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

Re: can someone help me why my static files is not being rendered?

2023-06-17 Thread Mohammad Sadegh
> 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

Re: can someone help me why my static files is not being rendered?

2023-06-16 Thread Aspersh Upadhyay
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

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Makan Dianka
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,

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Ngaga Dancan
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

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread ALBERT ASHABA AHEEBWA
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.

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Prosper Lekia
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 <

can someone help me why my static files is not being rendered?

2023-06-15 Thread Aspersh Upadhyay
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 %}

RE: Please help me solving this error

2023-05-24 Thread prdpchowdhary
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 Traceback (most

Please help me solving this error

2023-05-23 Thread Ramesh Bhatta
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

Re: I am struggling with calling consumer.py function from views to consumer in django here ismy code. Please help me. I am calling Asyncwebsocketconsumer

2023-04-02 Thread MOHAMED SABEEH VADAKKATH VALAPPIL
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

I am struggling with calling consumer.py function from views to consumer in django here ismy code. Please help me. I am calling Asyncwebsocketconsumer

2023-04-02 Thread 'Sneha Vishwakarma' via Django users
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,

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-29 Thread Ammar Mohammed
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 >

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-19 Thread johnpaul mulongo
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,

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-18 Thread regan opere
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:

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-18 Thread Chukwudi Onwusa
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

PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-17 Thread regan opere
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

Re: please help me to solve

2022-07-26 Thread Chelsea Fan
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

Re: please help me to solve

2022-07-26 Thread Abdul Qoyyuum
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

please help me to solve

2022-07-26 Thread Chelsea Fan
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

hello everyone please can someone help me with my problem is very important please Environment: Request Method: GET Request URL: http://127.0.0.1:8000/user/ Django Version: 4.0.4 Python Version: 3

2022-04-30 Thread ray nkamwa
-- 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

Re: How to resolve this error? can anyone please help me?

2022-01-13 Thread Luciano Martins
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

Re: How to resolve this error? can anyone please help me?

2022-01-13 Thread Lakshyaraj Dash X-D 25
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: >

How to resolve this error? can anyone please help me?

2022-01-13 Thread sharath p
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',

Re: HELP ME OUT

2021-10-20 Thread Uzzal Hossain
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 > > -- >

Re: HELP ME OUT

2021-10-20 Thread Jamal El khdadi
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,

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
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

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
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

HELP ME OUT

2021-10-20 Thread Planet X
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: please help me todebug this code

2021-09-01 Thread Munzir Abba Daneji
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: >

Re: please help me todebug this code

2021-08-31 Thread 'Peter van der Does' via Django users
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 >

Re: please help me todebug this code

2021-08-31 Thread Munzir Abba Daneji
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

Re: please help me todebug this code

2021-08-30 Thread 'Peter van der Does' via Django users
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'

Re: please help me todebug this code

2021-08-30 Thread Munzir Abba Daneji
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

Re: please help me todebug this code

2021-08-30 Thread 'Peter van der Does' via Django users
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 : !DOCTYPE html >  

Re: please help me todebug this code

2021-08-30 Thread MR INDIA
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', >

Re: Can you help me sharing link documentation to learn django ?

2021-08-29 Thread Stijn Verholen
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

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread Lakshyaraj Dash X-D 25
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

please help me todebug this code

2021-08-28 Thread DUSHYANT SINGH
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',

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread MR INDIA
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,

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread Kasper Laudrup
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:

Can you help me sharing link documentation to learn django ?

2021-08-27 Thread Thuan Nguyen Thi Bích
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

Re: HELP me: "a beginner's questions"

2021-08-19 Thread MR INDIA
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, > >

Re: HELP me: "a beginner's questions"

2021-08-18 Thread M. GW
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. >

Re: HELP me: "a beginner's questions"

2021-08-18 Thread Alex B
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

HELP me: "a beginner's questions"

2021-08-18 Thread jt.vcomplex
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

Re: help me

2021-08-08 Thread MR INDIA
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

Re: Please help me to add button functionality in django admin panel for filter list of objects

2021-08-08 Thread MR INDIA
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

Re: help me

2021-08-08 Thread MR INDIA
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

Re: help me

2021-08-05 Thread Satyajit Barik
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

Re: help me

2021-08-04 Thread Badr Gamal
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

Re: Can anyone help me

2021-07-28 Thread DJANGO DEVELOPER
ngogirls.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 only using b

Re: Can anyone help me

2021-07-28 Thread Sebastian Jung
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 gr

Re: Can anyone help me

2021-07-28 Thread Sharif Mehedi
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 emails fro

Re: Can anyone help me

2021-07-28 Thread Nagaraju Singothu
> > 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 code.

Re: Can anyone help me

2021-07-28 Thread Sebastian Jung
, 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

Can anyone help me

2021-07-28 Thread Nagaraju Singothu
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 stop

Re: help me

2021-07-28 Thread SKYLINE TV
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

Re: help me

2021-07-28 Thread David Crandell
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 > --

Re: help me

2021-07-27 Thread Théodore KOSSI
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

help me

2021-07-27 Thread Théodore KOSSI
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

Re: Help me for user connection message error

2021-07-16 Thread Théodore KOSSI
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

Re: Help me for user connection message error

2021-07-15 Thread Gabriel Araya Garcia
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

Re: Help me for user connection message error

2021-07-15 Thread Kasper Laudrup
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

Help me for user connection message error

2021-07-15 Thread Théodore KOSSI
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

Re: Kindly help me with Django filer, urgent need.

2021-06-25 Thread Aritra Ray
g 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 me tie it u

Re: Kindly help me with Django filer, urgent need.

2021-06-25 Thread Symaxx
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 > > > > > {{filter.form|

Kindly help me with Django filer, urgent need.

2021-06-25 Thread Aritra Ray
, 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 #products-html

Re: Help me Please - Django and python program

2021-06-22 Thread mayank sandikar
> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> ID >>>>>>>>>>> Itemname >>>&g

Re: Help me Please - Django and python program

2021-06-22 Thread DJANGO DEVELOPER
t;>>>>> Quantity >>>>>>>>>> >>>>>>>>>> rate >>>>>>>>>> amount >>>>>>>>>> >>>>>>>>>> >&

Re: Help me Please - Django and python program

2021-06-22 Thread DJANGO DEVELOPER
>>>>>> {% for displayemp in editupdaterecord%} >>>>>>>>> >>>>>>>>> {{displayemp.id}} >>>>>>>>> {{displayemp.Itemname}} >>>>>>>>>

Re: Help me Please - Django and python program

2021-06-22 Thread mayank sandikar
t;>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Add >>>>>>>> >>>>>>&

Re: Help me - Django and python

2021-06-22 Thread DJANGO DEVELOPER
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 -

Re: Help me - Django and python

2021-06-22 Thread DJANGO DEVELOPER
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: > >>

Re: Help me - Django and python

2021-06-22 Thread avdesh sharma
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 ==

  1   2   3   4   5   6   7   8   9   >