Using Signals and method in models to automate key and qrcode>> help

2021-04-17 Thread Tal Bar-Or
Hello , i have a simple model that create additional one to one relation to User a profile like table with tables of pytop code and qrcode associated per user. I had success to create the pytop code ,but the qr code i have difficulty to achieve it since i need to get, The current users

'touch' is not recognized, help me please

2021-04-15 Thread Binay kumar
useig code. from pathlib import Path Path("C:/Python37/rp-portfolio/hello_world/templates/hello_world.html").touch() from pathlib import Path Path("C:/Python37/rp-portfolio/hello_world/templates/hello_world.html").touch() -- You received this message because you are subscribed to the Google

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-13 Thread Satyajit Barik
p not very good in design but it really > works and have used in some supermarkets and still continuing in some > offices of course with some changes, it has working paytm integration also, > even I tried PayPal integration. It is there on > www.kttraders.pythonanywhere.com. Glad to he

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-12 Thread Nijo Joseph
in some offices of course with some changes, it has working paytm integration also, even I tried PayPal integration. It is there on www.kttraders.pythonanywhere.com. Glad to help if you require some help. With regards Nijo Joseph On Sun, 4 Apr 2021, 4:12 am Kasper Laudrup, wrote: > On 03/04/2

Re: ListView , Need Help !

2021-04-04 Thread frank galan
Could you show your html and css code ? El dom, 4 abr 2021 a las 16:57, ICT Giants Uganda () escribió: > You can also look into using bootstrap css. > > On Sun, Apr 4, 2021 at 8:01 AM 'Amitesh Sahay' via Django users < > django-users@googlegroups.com> wrote: > >> This is related to front-end

Re: ListView , Need Help !

2021-04-04 Thread ICT Giants Uganda
You can also look into using bootstrap css. On Sun, Apr 4, 2021 at 8:01 AM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > This is related to front-end coding mi amigo > > Regards, > Amitesh > > > On Sunday, 4 April, 2021, 07:59:53 am IST, Ryan Nowakowski < >

Re: ListView , Need Help !

2021-04-03 Thread 'Amitesh Sahay' via Django users
This is related to front-end coding mi amigo Regards, Amitesh On Sunday, 4 April, 2021, 07:59:53 am IST, Ryan Nowakowski wrote: Take a look at CSS to change how your blog posts are laid out. On April 3, 2021 4:19:49 PM CDT, Mustafa Burhani wrote: When i create blog post they are

Re: ListView , Need Help !

2021-04-03 Thread Ryan Nowakowski
Take a look at CSS to change how your blog posts are laid out. On April 3, 2021 4:19:49 PM CDT, Mustafa Burhani wrote: >When i create blog post they are aligned vertical i want align be >horizontal how i can do ? > > > >For Example : ># Vertical Post ># Vertical Post >

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-03 Thread Kasper Laudrup
On 03/04/2021 01.15, ANSHIT RANSINGH wrote: > I am unable to do so. Please help me with the issue.  > If you want someone to help you, learn how to ask a question. Something like this might be a good start: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd

Need help in django ecommerce website to simply read a variable from different apps

2021-04-03 Thread ANSHIT RANSINGH
is present in cart app. I am unable to do so. Please help me with the issue. -- 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...@google

ListView , Need Help !

2021-04-03 Thread Mustafa Burhani
When i create blog post they are aligned vertical i want align be horizontal how i can do ? For Example : # Vertical Post # Vertical Post # Vertical Post # Vertical Post I want be : # horizontal Post # horizontal Post # horizontal Post #

Please help me ? forms are not stored in database

2021-04-01 Thread Mahendra
#Model Form Django import models Class singupdata(models.model): Username=models.CharField(max_len=20) Password=models.CharField(max_len=20) #form from django import forms Class Signform (forms.form): Username=forms.IntegerFiled( labe='E mail',

Re: ModuleNotFoundError -- Please help :)

2021-04-01 Thread 'Ajay Rathore' via Django users
try this *from reporter.models import Counties* Regards *Ajay Rathore* Python Developer On Thu, Apr 1, 2021 at 4:17 PM Ryan Nowakowski wrote: > Since your models aren't in the migrations python package, I would use an > absolute path in the import statement here rather than the relative

Re: ModuleNotFoundError -- Please help :)

2021-04-01 Thread Ryan Nowakowski
Since your models aren't in the migrations python package, I would use an absolute path in the import statement here rather than the relative path. On March 31, 2021 9:50:30 PM CDT, 'Dante Costabile' via Django users wrote: >Hiya Folks. Relatively new to django and quite enjoying it. However

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-23 Thread Chinsinsi Makande
try to copy the django.PYPI from the official website, then in your command prompt type; 1.python -m 2 paste the pip syntax It should look like this; python -m pip install django Else install python 3.8 because sometimes 3.9 gives an error when configuring interpreter in pycharm On Thu, Mar

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-21 Thread Felix Orinda
Try python3. 9 -m pip install django==3.1.7 On Fri, Mar 19, 2021, 16:45 Anornymous u wrote: > Yoh, join WhatsApp group and share error > https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q > > On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > >> On 18/03/2021 19.04, Simon Lankwagh wrote: >> > I

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Anornymous u
Yoh, join WhatsApp group and share error https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > On 18/03/2021 19.04, Simon Lankwagh wrote: > > I have installed python 3.9 and selected 'add to path' during > > installation, i am now trying to install

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread choyon saha
Please chack does you install django if not Install pip install django On Fri, Mar 19, 2021, 4:44 PM Simon Lankwagh wrote: > > thank you all, i created a virtual environment and installed it. > > On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > >> After installing

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Joao Frankmann
How are you trying to install Django? Globaly? or on a Virtual Enviroment? Try to install on a Venv. Did you install python 3.9 in a new machine or did you have any previous versions installed on it? Try to remove any previous python version installed. Can you please post the errors here, so it

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Rizky Muhammad Faris Prakoso
Install pipenv then type this in powershell : pipenv install --python 3.9 pipenv install django On Fri, Mar 19, 2021 at 1:10 AM Simon Lankwagh < simmonshasbounced...@gmail.com> wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Simon Lankwagh
thank you all, i created a virtual environment and installed it. On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > After installing python, you have to install PIP. > To install PIP type in the following: > python get-pip.py > > To install django tye in the following : >

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread ule...@gmail.com
After installing python, you have to install PIP. To install PIP type in the following: python get-pip.py To install django tye in the following : pip install django Op donderdag 18 maart 2021 om 19:10:45 UTC+1 schreef simmonshas...@gmail.com: > I have installed python 3.9 and selected 'add

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Walter Randazzo
Try installing miniconda o anaconda first. El jue., 18 mar. 2021 3:10 p. m., Simon Lankwagh < simmonshasbounced...@gmail.com> escribió: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot of errors i can

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Kasper Laudrup
On 18/03/2021 19.04, Simon Lankwagh wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot of errors i can not understand, please what is the right way to > setup django development on windows 10? >

Django Tutorial: please help rewrite form on classes?

2021-03-18 Thread Alexey
().get(self, request, *args, **kwargs) How do you bind it all together? How get question_id (pk) in form, how mix with detaild view, how correct check validation this form? I'm confused. Help please. Is it possible? -- You received this message because you are subscribed to the Google Groups &qu

Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Simon Lankwagh
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10? -- You received this message because you are

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-08 Thread NB DEV
Thanks a lot!!! My apologies, It is just because it is the first time for me in this Google forum, so I didn't replay asap. My apologies again for not being clear enough! So the fact that I got that error was just because the template folder was outside my main project and that the endless

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Gabriel Araya Garcia
Kasper is right, we need more clear. But anyway, here is one example. In settings.py: from pathlib import Path import os ROOT_URLCONF = 'sclub.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['sclub/appsclub/templates'],

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Mohammad Anarul
[image: Screenshot_7.png] On Fri, Mar 5, 2021 at 9:36 PM Kasper Laudrup wrote: > If you want someone to help you, please do take the time to write a > proper question. > > Just posting an error message and screaming for help will most likely > not get you a lot of help. &

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Kasper Laudrup
If you want someone to help you, please do take the time to write a proper question. Just posting an error message and screaming for help will most likely not get you a lot of help. Learning how to communicate with other people is an important part of being a developer. Kind regards

Re: Urgent help

2021-02-25 Thread Madhav Nandan
Yeah kasper. I totally agree with you. If she could have attached repository link and where she was facing issues. I could have suggested improvement in her code. On Thu, Feb 25, 2021, 3:08 PM Kasper Laudrup wrote: > On 25/02/2021 10.32, neha bhurke wrote: > > Can You help me

Re: Urgent help

2021-02-25 Thread AMRIT SHAHI
did that video helped you or not On Fri, Feb 26, 2021 at 9:11 AM neha bhurke wrote: > Thank u so much for your help  > *Regard,* > *Neha Bhurke* > > > > > On Thu, Feb 25, 2021 at 3:09 PM Kasper Laudrup > wrote: > >> On 25/02/2021 10.32, neha bhurke w

Re: Urgent help

2021-02-25 Thread Jacob Greene
I would also like some urgent free work done for me. Please anyone. Drop what you are doing and help me now. On Thu, Feb 25, 2021, 9:26 PM neha bhurke wrote: > Thank u so much for your help  > *Regard,* > *Neha Bhurke* > > > > > On Thu, Feb 25, 2021 at 3:09 PM

Re: Urgent help

2021-02-25 Thread neha bhurke
Thank u so much for your help  *Regard,* *Neha Bhurke* On Thu, Feb 25, 2021 at 3:09 PM Kasper Laudrup wrote: > On 25/02/2021 10.32, neha bhurke wrote: > > Can You help me with code . > > Try to do at least some minimal effort yourself. > > The least you could do would

Re: Urgent help

2021-02-25 Thread Anirudh choudhary
Hello everyone So The possible Solution Could be for python: arr = for i in arr: if i % 10 == 3: print(i) for java int[] arr = new int[10]; // Suppose you have 10 element in your array if you want dynamic array use ArrayList for(int i : arr){ if(i % 10 == 3){

Re: Urgent help

2021-02-25 Thread Kasper Laudrup
On 25/02/2021 16.59, Nagaraju Singothu wrote: Write a program to find the number ends with digit 3 in a array, For example for a array input [6,83,12,54,71,44,293,43,66,13,72,42,163], the output should be 83, 293, 43, 13, 163 - all numbers ends with digit 3. It's probably just my lack of

Re: Urgent help

2021-02-25 Thread Nagaraju Singothu
send answer this question On Thu 25 Feb, 2021, 2:50 PM neha bhurke, wrote: > Hello Everyone > > I want to create a calendar base view as attached in the file .Please help > me > > -- > You received this message because you are subscribed to the Google Groups &

Re: Urgent help

2021-02-25 Thread Kasper Laudrup
On 25/02/2021 10.32, neha bhurke wrote: Can You help me with code . Try to do at least some minimal effort yourself. The least you could do would be to spend some time on actually writing a question, explaining what you've done, where you're having issues etc. The posts you're making here

Re: Urgent help

2021-02-25 Thread AMRIT SHAHI
These videos might help you if you find helpful replay me, link attached here https://www.youtube.com/watch?v=siQVB7KbSPg=126s On Thu, Feb 25, 2021 at 3:16 PM neha bhurke wrote: > Can You help me with code . > *Regard,* > *Neha Bhurke* > > > > On Thu, Feb 25, 2021 a

Re: Urgent help

2021-02-25 Thread neha bhurke
Can You help me with code . *Regard,* *Neha Bhurke* On Thu, Feb 25, 2021 at 2:59 PM AMRIT SHAHI wrote: > use jquery > > On Thu, Feb 25, 2021 at 3:04 PM neha bhurke wrote: > >> Hello Everyone >> >> I want to create a calendar base view as attached

Re: Urgent help

2021-02-25 Thread AMRIT SHAHI
use jquery On Thu, Feb 25, 2021 at 3:04 PM neha bhurke wrote: > Hello Everyone > > I want to create a calendar base view as attached in the file .Please help > me > > -- > You received this message because you are subscribed to the Google Groups > "Django users&

Urgent help

2021-02-25 Thread neha bhurke
Hello Everyone I want to create a calendar base view as attached in the file .Please help me -- 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 dj

Re: Help needed

2021-02-23 Thread Rodrigo Delfino
stom date but > datetime=models.DateTimeField(auto_now=True) > is only taking current date .... > Please help me > -- 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,

Re: Help needed

2021-02-23 Thread FIRDOUS BHAT
etime=models.DateTimeField(auto_now=False) ? >> Or remove "auto_now" >> datetime=models.DateTimeField() >> >> On Tue, Feb 23, 2021, 11:34 AM neha bhurke wrote: >> >>> Hello everyone, >>> >>> I am trying to select the custom date but

Re: Help needed

2021-02-23 Thread Chelsea Fan
Replace auto_now to auto_add_now On Tue, 23 Feb 2021, 9:04 am neha bhurke, wrote: > Hello everyone, > > I am trying to select the custom date but > datetime=models.DateTimeField(auto_now=True) > is only taking current date .... > Please help me > > -- > You receiv

Re: Help needed

2021-02-23 Thread FIRDOUS BHAT
You definitely have to remove, auto_now=True On Tue, Feb 23, 2021 at 11:34 AM neha bhurke wrote: > Hello everyone, > > I am trying to select the custom date but > datetime=models.DateTimeField(auto_now=True) > is only taking current date .... > Please help me > > -- >

Re: Help needed

2021-02-23 Thread John
eField(auto_now=True) is only taking current date Please help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

Re: Help needed

2021-02-22 Thread neha bhurke
00066 >> >> >> >> On Tue, Feb 23, 2021 at 12:10 PM Omkar Parab wrote: >> >>> datetime=models.DateTimeField(auto_now=False) ? >>> Or remove "auto_now" >>> datetime=models.DateTimeField() >>> >>> On Tue, Feb 23, 2021, 11:34

Re: Help needed

2021-02-22 Thread Danny
gt; Hello everyone, >>> >>> I am trying to select the custom date but >>> datetime=models.DateTimeField(auto_now=True) >>> is only taking current date >>> Please help me >>> >>> -- >>> You received this message because y

Re: Help needed

2021-02-22 Thread neha bhurke
>> I am trying to select the custom date but >> datetime=models.DateTimeField(auto_now=True) >> is only taking current date >> Please help me >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users&

Re: Help needed

2021-02-22 Thread Omkar Parab
only taking current date > Please help me > > -- > 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...@goog

Help needed

2021-02-22 Thread neha bhurke
Hello everyone, I am trying to select the custom date but datetime=models.DateTimeField(auto_now=True) is only taking current date Please help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Immediately Need Help

2021-02-20 Thread Chetan Ganji
Shubham is right. However, as no row will be deleted. Also, the code created once will never be assigned to any other space. It wont matter! Formula : LM-categorycode-citycode-current_index e.g. "LM-CW-DELHI-1" # Remove dashses from the string, they are added only to make it easier to

Re: Immediately Need Help

2021-02-19 Thread shubham vashisht
If there are 4 rows which have categorycode="blah" and citycode="blah-blah", then the space code will be something like this, LMblahblah-blah1, LMblahblah-blah2, LMblahblah-blah3, LMblahblah-blah4. But if you delete row with spacecode different from LMblahblah-blah4, then your code will generate

Re: Immediately Need Help

2021-02-19 Thread Kritika Paul
class Spaces(BaseModel): __tablename__ = "spaces" name = db.Column(db.String(255)) user_id = db.Column(db.Integer) status = db.Column( db.String(100), default=SpaceStatusType.PENDING.value) space_category_id = db.Column( db.Integer,

Re: Immediately Need Help

2021-02-19 Thread Chetan Ganji
Show the model where you save Space_code On Fri, Feb 19, 2021, 4:19 PM Kritika Paul wrote: > class SpaceCategory(BaseModel): > __tablename__ = "space_categories" > > name = db.Column(db.String(255)) > description = db.Column(db.Text) > image_url = db.Column(db.Text) > code =

Re: Immediately Need Help

2021-02-19 Thread Kritika Paul
class SpaceCategory(BaseModel): __tablename__ = "space_categories" name = db.Column(db.String(255)) description = db.Column(db.Text) image_url = db.Column(db.Text) code = db.Column(db.String(100)) space_sub_category = db.relationship('SpaceSubCategory', backref

Re: Immediately Need Help

2021-02-19 Thread Chetan Ganji
Yes kritika show all the models. How shubham? If an entry is deleted, unique code will also be deleted. Next time it gets generated, it might be assigned to different entry, but it still be unique. As kritika clarified already, so it wont be a problem. On Fri, Feb 19, 2021, 3:58 PM shubham

Re: Immediately Need Help

2021-02-19 Thread Kritika Paul
No row will be deleted, also, the code created once will never be assigned to any other space On Fri, 19 Feb 2021 at 15:59, shubham vashisht wrote: > Chetan > If any row is deleted from the table, then your logic will fail to return > the unique code > > On Fri, 19 Feb 2021, 15:52 Chetan Ganji,

Re: Immediately Need Help

2021-02-19 Thread shubham vashisht
Chetan If any row is deleted from the table, then your logic will fail to return the unique code On Fri, 19 Feb 2021, 15:52 Chetan Ganji, wrote: > Hi Kritika > > Ye chanel mein firangi log bhi hai, unko hinglish kaisa samjhenga?  > > Teko field pe unique constraint lagana padenga > > Teko no

Re: Immediately Need Help

2021-02-19 Thread Kritika Paul
I need to fetch it from different models. If you want I can share models snapshot On Fri, 19 Feb 2021 at 15:52, Chetan Ganji wrote: > Hi Kritika > > Ye chanel mein firangi log bhi hai, unko hinglish kaisa samjhenga?  > > Teko field pe unique constraint lagana padenga > > Teko no wapas 1 se

Re: Immediately Need Help

2021-02-19 Thread Chetan Ganji
Hi Kritika Ye chanel mein firangi log bhi hai, unko hinglish kaisa samjhenga?  Teko field pe unique constraint lagana padenga Teko no wapas 1 se start karneke liye query maarana padenga last_no = Model.objects.filter(categorycode="blah", citycode="blah-blah").count() unique_code ="LM" +

Immediately Need Help

2021-02-19 Thread Kritika Paul
I have to create a unique code for each space saved in dbAb db me save krne k lie, wo multiple part me save ho rha hai, multiple models bhi hai uske.1st model se mujhe space category ka name uthana hai 2nd se city code Category alag alg ho skti hai To code genrate hoga

Re: Hi any body help i want code video belonging views,likes and dislikes

2021-02-01 Thread Mahendra
Like youtube videos belonging to views,likes and Dislikes Mahendra Yadav On Mon, 1 Feb 2021, 20:23 Kasper Laudrup, wrote: > If you want someone to help you with anything, at least take the minimal > effort of asking for it in a proper way. > > I have no idea which kind of respons

Re: Hi any body help i want code video belonging views,likes and dislikes

2021-02-01 Thread sakshi jain
Hi - Plz help me On Mon, Feb 1, 2021, 20:23 Kasper Laudrup wrote: > If you want someone to help you with anything, at least take the minimal > effort of asking for it in a proper way. > > I have no idea which kind of response you expect to get from posting > something like

Re: Hi any body help i want code video belonging views,likes and dislikes

2021-02-01 Thread Kasper Laudrup
If you want someone to help you with anything, at least take the minimal effort of asking for it in a proper way. I have no idea which kind of response you expect to get from posting something like this. Kind regards, Kasper Laudrup -- You received this message because you are subscribed

Hi any body help i want code video belonging views,likes and dislikes

2021-02-01 Thread Mahendra
Mahendra Yadav -- 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

Angular Material Help Required

2021-01-22 Thread Chetan Ganji
Hi, I was hoping someone could help me with this. I know this is not angular group :P *Requirement:* errors should be displayed just after the mat-label. *Problem:* mat-error is always displayed below the matInput in angular material theme. It doesnt matter in which order I write the markup

Help with replicating admin Add New Button Control

2021-01-21 Thread Nader Elsisi
I need to have the functionality of the admin addnew button to open a popup and add new related object and then updated in the model combo field. Also, the edit. I find a good source that uses the javascripts of the admin module. I tried it It works in opening the popup and adding related

channels_redis SSL help

2021-01-19 Thread j
Hi all, hope you are all doing well. Would someone be available to help me figure out how to connect with SSL using channels_redis? I made a web app using django channels + channels_redis and I'm having an issue with configuring SSL. (I want SSL because I have deployed the app to Google App

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Joseph Wayodi
Post your code here, and someone will help you figure out why it does not work like you expect. On Sat, 9 Jan 2021 at 22:07, Chelsea Fan wrote: > > I tried it, it works but it saves last file twice, for example if I upload 2 > file it saves 3 > > On Sat, Jan 9, 2021 at 7:53 P

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Chelsea Fan
I tried it, it works but it saves last file twice, for example if I upload 2 file it saves 3 On Sat, Jan 9, 2021 at 7:53 PM Joseph Wayodi wrote: > The Django docs show how to do this: > < > https://docs.djangoproject.com/en/3.1/topics/http/file-uploads/#uploading-multiple-files > >. > > On Thu,

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-09 Thread Joseph Wayodi
The Django docs show how to do this: . On Thu, 7 Jan 2021 at 15:24, Chelsea Fan wrote: > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Chelsea Fan
server rendering On Fri, Jan 8, 2021 at 5:23 PM Satyajit Barik wrote: > do you use API or server side rendering method? > > On Fri, Jan 8, 2021 at 1:34 PM Chelsea Fan > wrote: > >> yes I am using FileField and trying upload and to save it >> >> >> On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Satyajit Barik
do you use API or server side rendering method? On Fri, Jan 8, 2021 at 1:34 PM Chelsea Fan wrote: > yes I am using FileField and trying upload and to save it > > > On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes > wrote: > >> Within Django Admin or somewhere else? >> Are you using FileFields and

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-08 Thread Chelsea Fan
yes I am using FileField and trying upload and to save it On Thu, Jan 7, 2021 at 4:09 PM Steven Mapes wrote: > Within Django Admin or somewhere else? > Are you using FileFields and trying to save to the models or are you just > trying to POST multiple files? > > On Thursday, 7 January 2021 at

Re: hello guys, how can I upload multiple images using single button? help me please

2021-01-07 Thread Steven Mapes
Within Django Admin or somewhere else? Are you using FileFields and trying to save to the models or are you just trying to POST multiple files? On Thursday, 7 January 2021 at 12:25:10 UTC allaberdi...@gmail.com wrote: > -- You received this message because you are subscribed to the Google

hello guys, how can I upload multiple images using single button? help me please

2021-01-07 Thread Chelsea Fan
-- 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: Please help. ImportError with django 3.1

2021-01-05 Thread Steven Mapes
hello,index > > On Mon, Jan 4, 2021 at 4:24 PM Gasar Iyali wrote: > >> Hi >> Please I need your help. >> I have just installed django and when I try to run django I get this >> error message and nothing comes up in my browser. >> This is the error message that I

Re: Please help. ImportError with django 3.1

2021-01-04 Thread Mr. X Offencer
why are you using *from hello.views import index* instead of *from . import views* On Mon, Jan 4, 2021 at 6:54 PM Gasar Iyali wrote: > Hi > Please I need your help. > I have just installed django and when I try to run django I get this error > message and nothing comes up i

Re: Please help. ImportError with django 3.1

2021-01-04 Thread Josh Raj
hello is ur app name if so from hello import views try this if not be clear what is hello,index On Mon, Jan 4, 2021 at 4:24 PM Gasar Iyali wrote: > Hi > Please I need your help. > I have just installed django and when I try to run django I get this error > message and nothing co

Please help. ImportError with django 3.1

2021-01-04 Thread Gasar Iyali
Hi Please I need your help. I have just installed django and when I try to run django I get this error message and nothing comes up in my browser. This is the error message that I get in the command prompt !*<<<(env) C:\Users\Documents\Learn Python\django\my_django_work\my_django_wor

Re: Help: Deployment to Production Server

2020-12-28 Thread Prashanjeet Halder
Hello, I can help you deploy your Django app on a server providing you the best in the market i.e. AWS . You can connect me on email: iam @prashanjeet.com. On Monday, December 28, 2020 at 1:46:28 AM UTC+5:30 dev1...@gmail.com wrote: > This link contains all expect the settings fi

Re: Help: Deployment to Production Server

2020-12-28 Thread Januarius Njoku
Why do you prefer DigitalOcean to Heroku? On Sun, 27 Dec 2020, 21:14 Devender Kumar, wrote: > This link contains all expect the settings files and environment > variables. first do this then you will be able to dockerize it easly > >

Re: Help: Deployment to Production Server

2020-12-27 Thread Devender Kumar
This link contains all expect the settings files and environment variables. first do this then you will be able to dockerize it easly https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 On Sun, Dec 27, 2020 at 10:19 PM rpower

Help: Deployment to Production Server

2020-12-27 Thread rpower
Any resources, free or paid? Min requirements: - Django app prep for production - Deployment to production servers Bonus: - Deployment via Containers (Kubernetes / Docker) If you'd like to offer services, email me separately, but understand you'll be teaching, not just deploying.

Can anyone please look at this query and help me to make a model for it

2020-12-23 Thread Dhruvil Shah
https://stackoverflow.com/questions/65427344/how-to-select-multiple-person-for-same-project -- 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: hello guys, help me please, I could not associate username to a post

2020-12-16 Thread vijay naudiyal
You can also try get_user(request) instead of request.user Or also self.requesr.user if you take self as argument. Let me know if it works for you Cheers Vijay On Tue, Dec 15, 2020, 23:56 Chelsea Fan wrote: > [image: image.png] > > -- > You received this message because you are subscribed to

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Chelsea Fan
Thanks bro, On Wed, 16 Dec 2020, 7:27 am Ronald Kamulegeya, < ronald.kamulegeya.2...@gmail.com> wrote: > Hi, use > Obj.save() > Instead of > Form.save() > > On Tue, Dec 15, 2020, 21:25 Chelsea Fan > wrote: > >> [image: image.png] >> >> -- >> You received this message because you are subscribed

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Ronald Kamulegeya
Hi, use Obj.save() Instead of Form.save() On Tue, Dec 15, 2020, 21:25 Chelsea Fan wrote: > [image: image.png] > > -- > 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 >

Re: hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Gabriel Araya Garcia
I don't undertand that you say. Can you explain with more details? Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El mar, 15 dic 2020 a las 15:25, Chelsea Fan () escribió: > [image: image.png] > > -- > You received this message because you are subscribed to the Google Groups

hello guys, help me please, I could not associate username to a post

2020-12-15 Thread Chelsea Fan
[image: image.png] -- 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: Admin help class CSS

2020-12-11 Thread Mike Dewhirst
) To: django-users@googlegroups.com Subject: Re: Admin help class CSS If you have a pure CSS question, this list can be very helpful:https://www.css-discuss.org/mailman/listinfo/css-d/On Fri, Dec 11, 2020 at 4:56 PM Mike Dewhirst wrote:>> Joash>> By all means. If I wasn't entirely

Re: Admin help class CSS

2020-12-11 Thread Larry Martell
ch works nicely in the Admin for and and the > like. > > The mission is to design CSS styling to reduce padding and remove cell > boundaries and adjust colours. I need to offer sophisticated styled "help" > for decision support for users. > > I can adjust normal he

Re: Admin help class CSS

2020-12-11 Thread Mike Dewhirst
JoashBy all means. If I wasn't entirely clear, I am using html inside model.field help_text - which works nicely in the Admin for and and the like.The mission is to design CSS styling to reduce padding and remove cell boundaries and adjust colours. I need to offer sophisticated styled "

Re: Admin help class CSS

2020-12-11 Thread Joash Monda
Hello mike got your problem... On Fri, Dec 11, 2020, 05:35 Mike Dewhirst wrote: > I'm a CSS dunce so please point me in the right direction (docs or > whatever) to figure out how to adjust table layout in Admin help_text. > > The table displays properly but is too greedy with screen

Re: Admin help class CSS

2020-12-11 Thread Joash Monda
Can we work together Sir. On Fri, Dec 11, 2020, 17:57 Joash Monda wrote: > Hello mike got your problem... > > On Fri, Dec 11, 2020, 05:35 Mike Dewhirst wrote: > >> I'm a CSS dunce so please point me in the right direction (docs or >> whatever) to figure out how to adjust table layout in Admin

Admin help class CSS

2020-12-10 Thread Mike Dewhirst
I'm a CSS dunce so please point me in the right direction (docs or whatever) to figure out how to adjust table layout in Admin help_text. The table displays properly but is too greedy with screen real-estate. I want to reduce table padding and cell separation. I copied the following from the

Re: Help!!!

2020-11-29 Thread sum abiut
licked on run I got the error message "You have 18 unapplied >> migration(s)". I observed that the sub folders created in the tutor's >> django template includes: main, pychache, migration, static, templates >> while in my own case, a single file was created name

Re: Help!!!

2020-11-29 Thread Kelvin Sajere
ache, migration, static, templates > while in my own case, a single file was created namely mysite. attached > here is the creenshot. I will be glad if you can help. > Regards > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

<    2   3   4   5   6   7   8   9   10   11   >