[no subject]

2008-12-14 Thread Info Cascade
Hi -- I have a question about many-to-many relationships and how to reference a related object field using Django syntax via the Manager class. I think this is probably pretty simple and just reflects my inexperience working with Django (which overall I am enjoying, btw.) Anyway, the models look

[no subject]

2008-05-18 Thread . .
http://groups.google.com/group/goroh/subscribe http://groups.google.com/group/goroh/subscribe http://groups.google.com/group/goroh/subscribe http://groups.google.com/group/goroh/subscribe http://groups.google.com/group/goroh/subscribe http://groups.google.com/group/goroh/subscribe http://groups.goo

[no subject]

2008-07-07 Thread Ramdas S
Hi, I have this curious error that has been bothering me on a new server. This is a simple program that sends out an email using an smtp server hosted elsewhere. This sowks perfectly on my desktop with same mail settings, but fails with this error on server http://dpaste.com/61070/ Any suggest

[no subject]

2009-11-27 Thread Nadae Ivar BADIO
Morning I'm novice in django and i want to install my apllication on my server production whos on ubuntu i mean install my aplli on apache and i have this error: MOD_PYTHON ERROR ProcessId: 3230 Interpreter:'127.0.1.1' ServerName: '127.0.1.1' DocumentRoot: '/var/www' URI:

[no subject]

2010-09-13 Thread 伟泓 徐
http://qebumipa.tripod.com/qukemy.html MakeM assiv esOfCa shFrom Home -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe f

[no subject]

2010-10-11 Thread sami nathan
my re reuested url is http://localhost/wap/di/sub?word=check&type=00&submit=Submit I want to print the word "CHECK" which will be given by user my urls.py looks like this from django.conf.urls.defau

[no subject]

2010-10-26 Thread Nelson Saraiva
Hi, I'm new here in the List and Django (i'm a intermediate python programmer), i'm from Brazil. one know I'm trying to install a group buying system here in my machine called Massive-Coupon, anyone know? After you install many dependencies(Photologue, PyFacebook, SocialRegistration,...), arose a

[no subject]

2010-05-30 Thread Daniel Fackrell
http://atorvastatin.gyrjarmyxvy.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For

[no subject]

2011-02-22 Thread Dana Woodman
http://europucier.com/cool01.11.php?ID=528 -- Cheers, Dana W. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+uns

[no subject]

2011-03-30 Thread bishwendu kundu
for different databases the query could be formatted as s=temp1.objects.using("mytemp").filter(refId=table1.objects.using("normal").get(pk=something).id) I cannot understand the get argument but may be if you give it a try with a suitable args."using" differentiates between databases. For the fir

[no subject]

2011-06-20 Thread jaspreet kaur
hii everyone ... i want to run an application and i have a documentation of the application localhost is working but localhost/django is not working it shows an error:Forbidden You don't have permission to access /django on this server. Apache/2.2.16 (Ubuntu) Server at localhost Port 80 please he

[no subject]

2024-02-25 Thread Light Ofor
I would like to join please -- 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

[no subject]

2024-02-25 Thread Light Ofor
Hello am interested GitHub:Lyte77 Whatsapp:+2349136040153 Thanks -- 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 vi

[no subject]

2024-03-19 Thread Light Ofor
add me 09136040153 -- 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://g

[no subject]

2024-05-05 Thread Dean Mahori
Dear Programmers, My name is Dean Mahori and I'm a student at Chinhoyi University . I'm working on a university project to build a website using the Django framework. I'm currently in the process of developing a website to better connect with our community and raise awareness about our cause. Whil

[no subject]

2024-06-06 Thread Siphiwe Nyathi
Good day I am struggling with the following task, may you please assist? bellow are the instructions: [image: image.png] Kind Regards, Siphiwe Nyathi -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

[no subject]

2012-03-06 Thread suresh dokania
hi, a very basic question should the server be hosted on some place for django social auth to work or we can use it on our local server itself? please clarify my doubt -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

[no subject]

2012-03-24 Thread William Slippey
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at

[no subject]

2012-04-23 Thread Karen Tracey
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at

[no subject]

2012-06-07 Thread Satvir Toor
here is my problem As i request for a url specified in urlpatterns variable in urls.py file of the djangoproject It gives TypeError Exception Value: 'str' object is not callable suggest me -- You received this message because you are subscribed to the Google Groups "Django users" group. To pos

[no subject]

2012-07-04 Thread Bharati Sharma
I want to upload my project on the git ...kindly help me please.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+uns

[no subject]

2012-07-07 Thread Mario Gudelj
Hi djangoers, I have signals issue I can not figure out. NAy help is greatly appreciated. So, I have defined my own signal like this in my signals.py: --- signals.py --- from django.dispatch import Signal # Sent when a payment is successfully processed. payment_successful = Signal(prov

[no subject]

2011-11-21 Thread Duane Hilton
http://bookobrothers.com/modules/mod_wdbanners/site.php?html138 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsub

[no subject]

2012-01-27 Thread Arun Ashok
Hai all, I want to develop a django application for online objective type examination.For this i wish to use radio buttons for selecting answers and calculate mark and result at the time of the completion of exam.So i kindly request to my dear friends please give advice for creating this applica

[no subject]

2012-02-29 Thread pp do
http://itsrealworld.com/wp-content/plugins/podpress/optional_files/wp1.5_2.0/wp-admin/grtkds.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group,

[no subject]

2012-10-02 Thread Suchindra Chandrahas
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at

[no subject]

2012-11-13 Thread vinoth kumar renganathan
i am new one to the django when i am running ./manage.py syncdb i got this in my terminal Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core

[no subject]

2012-12-09 Thread vinoth kumar renganathan
when i start to run python manage.py runserverto start the DEVELOPMENT SERVER i got this trouble in my terminal like raise TemplateDoesNotExist(name) TemplateDoesNotExist: 500.html so i am new one to django someone help me to let out of this problem -- You received this message becaus

[no subject]

2012-12-21 Thread Torbjörn Lundquist
http://atilimyazilim.com/images/google.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroup

[no subject]

2012-12-21 Thread vinoth kumar renganathan
i am new user to django .and i don't know how to add .html files (template dirs ) to the apps folders .what are the things want to change in settings.py the error will be templatedoesnotexist /polls /admin.py /__init__.py /models.py

[no subject]

2013-01-16 Thread Randa Hisham
i want to pass value from javascript function to view in form submit -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "

[no subject]

2013-02-18 Thread Zhao Quan
Hi all, I fish for django. So, I want to use some code to handle use login and registion issue. I find the code name "django-userena" But, after I follow the guide to setup. http://docs.django-userena.org/en/latest/installation.html I get exception like this: NameError: name 'UsernaBaseProfile' i

[no subject]

2013-04-16 Thread vinoth job
i installed mezzanine.and this is django based cms .by using we can create websites .like what we can do with drupal and wordpress. my doubt is how to get host for my mezzanine project .is it anything that i want to change in codings.or is there any websites providing hostings for mezzanine projec

[no subject]

2013-05-02 Thread Michał Nowotka
According to that webpage: http://www.techempower.com/benchmarks/#section=data-r4 django performance is really bad comparing to other popular web frameworks. Are there any plans to change this situation? Regards, Michal Nowotka -- You received this message because you are subscribed to the Googl

[no subject]

2013-07-18 Thread Harjot Mann
http://tny.cz/ab1b86eb Here are my views for creating pdfs but I am getting this error: HTTPError at /report/myview/ HTTP Error 404: Not Found -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Django user

[no subject]

2013-07-25 Thread J C
How are you? http://howtobuildrippedmuscles.com/avwr/from.php?J_C havea nice day! -- 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...

[no subject]

2013-08-21 Thread Shahmi Junoh
Hi, I would like to unsubscribe from getting the updates. Thanks in advance. Regards, Shahmi -- 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+unsu

[no subject]

2015-07-14 Thread monoBOT
​I want to test some views in DRF project. The problem comes when i try to check views that have arguments in the urls. urls.py url(r'^(? ​<​ Pcompany_hash>[\d\w]+)/(? ​<​ Ptimestamp>[\.\d]*)/employees/$', EmployeeList.as_view(), name='employeelist'), views.py class EmployeeL

[no subject]

2016-07-13 Thread Tim
-- | Tim Dyer | Sounds Like Design | 07739048398 | t...@soundslikedesign.co.uk -- 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...@googlegr

[no subject]

2013-11-01 Thread Harjot Mann
The following picture is displaying is showing the html template results in which it is shown that the number 22 repeats two times and it is having separate ref numbers, and I want that the repeated values should not appear twice. ex: some amount line 5301 is appearing in both but i dnt need it, I

[no subject]

2013-11-03 Thread Aamu Padi
How to make a model with a yes/no field, if yes that particular object (image) will be used as the background, and no other image will be selected. I have come with this model: class BackgroundImage(models.Model): user = models.ForeignKey(user) caption = models.CharField(max_l

[no subject]

2013-12-03 Thread Aamu Padi
How do I check whether there is a *thread* containing only the *sender *(user 1) and the *recipient* (user 2), and no other users. models.py class Thread(models.Model): user = models.ManyToManyField(User) is_hidden = models.ManyToManyField(User, related_name='hidden_thread', b

[no subject]

2014-05-02 Thread Igor Korot
Hi, ALL, This is my first official post here so be gentle... ;-) I'm trying to make an application based on the following db structure: table 1: id - primary key, fname char(40), lname char(40) table 2: id - primary key, position char(20) table 3: table1_id, table2_id - foreign key Now, from wha

[no subject]

2014-06-13 Thread S. M. Mirghorbani
-- 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 post to this group, send email to django-users@googlegroups.com. V

[no subject]

2014-06-22 Thread Subodh Nijsure
I have following ajax query that gets generated from my template. This is done after user has logged into the system. One thing I have noticed is very first GET request always prompts a dialog box that asks users to login with username and password. I have done console.log and csrf_token is non-nu

[no subject]

2015-09-18 Thread Ketan Mittal
Hi I am a Django newbie and wish to contribute to open source. Please guide me through the initial procedure. -- 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 dja

[no subject]

2015-11-13 Thread Benjamin Smith
I need to update the object with its model form and passed the instance as described in the django doc . However I am having two problems when saving the form: 1. When I change the title and submit the form, the i

[no subject]

2016-02-03 Thread Denis
Hi, I'm looking at upgrading my application from 1.6 to 1.9.2... An issue I'm encountering now is that on Heroku, running collectstatic doesn't work on 1.9.2. The odd things is that if I try 1.8.7 instead, it work great... Running: remote: python manage.py collectstatic -i docs -i tests --noinp

[no subject]

2016-02-29 Thread Aaron C. de Bruyn
A simple annotation broke when I migrated by app from Django 1.8.x to 1.9.2, and I can't figure out why for the life of me. Calling Company.objects.all().annotate(ticketcount=Count('srservice')) throws an error "ProgrammingError: column "company.owner_id" must appear in the GROUP BY clause or be

[no subject]

2008-02-22 Thread Ashfaq ali
Hi Here is an opportutnity for you to earn money for your opinion. Click the link below https://paydotcom.com/r/11804/drali1984/3272604/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

[no subject]

2007-06-14 Thread Young Gyu Park
> class Category(models.Model): > name = models.CharField(maxlength=20) > parent = models.ForeignKey('self', null=True, related_name='child_set') > > def __str__(self): > return self.name > > I try to embody this Model. But In the admin page, I want to see the whole category pat

[no subject]

2007-08-31 Thread Salah U Shamsi
*LEATHER FASHION HAND BAGS/ PURSES** * *Click to Read: * * * *http://www.gobsmack.info/SKD/hand-bags/* * * ** * * --~--~-~--~~~---~--~~ Yo

[no subject]

2007-09-14 Thread Useful Database
Hello friends and group members, I recently happened to see the below information ... just thought that it could be useful to you people ... Thanks. -- *Introducing for the first time in **India*

[no subject]

2007-10-30 Thread Warner Leijenaar
-- Warner Leijenaar --- [EMAIL PROTECTED] [EMAIL PROTECTED] [w] http://renraw.nl/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

[no subject]

2006-03-29 Thread Brian Elliott
Hey folks, Is there a recommended way to do logging in a production environment? Should I just use Python's logging module or is there a built-in way to do this? (I am using the M-R branch.) Thanks, Brian PS: I'm a new user, so forgive me if I'm asking the obvious... --~--~-~--

[no subject]

2006-09-11 Thread database . 36852739
Hi, I have a table, as follows: class Thing(models.Model): name = models.CharField(maxlength=100) color = models.CharField(maxlength=100) weight = models.IntegerField() [...] I want to have an HTML table as follows: +--+++ | Thing 1

[no subject]

2018-03-03 Thread Yeddu Prasad
-- 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 post to this group, send email to django-users@googlegroups.com. V

[no subject]

2018-03-22 Thread Muwanguzi Derrick
Hello -- 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 post to this group, send email to django-users@googlegroups.c

[no subject]

2018-04-18 Thread Muwanguzi Derrick
Hello -- 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 post to this group, send email to django-users@googlegroups.c

[no subject]

2018-05-03 Thread Muwanguzi Derrick
Hlo am a new django user I want be your friend for help -- 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 post to thi

[no subject]

2018-05-06 Thread Aayush Khandelwal
Having error import name patterns ,I even downloaded it but still getting error what to do to sort it out -- 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-

[no subject]

2018-05-23 Thread Umar Kambala
Plz need help I found this problem TemplateDoesNotExit at /polls/1/ where might have I gone wrong? -- 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+u

[no subject]

2018-06-27 Thread john speny
What is the best way of sending email message to another email user...The one on the django.docs makes your account unsecure -- 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 a

[no subject]

2018-08-10 Thread shivam sharma
Can someone explain me difference between Context object and RequestContext obj. And also difference between render_to_response() and render() -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

[no subject]

2018-08-31 Thread Nitesh Chaudhary
Please unsubscribe my account neety...@gmail.com. I got unnecessary mail. -- 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.c

[no subject]

2018-09-25 Thread Luca
-- 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 post to this group, send email to django-users@googlegroups.com. V

[no subject]

2017-06-26 Thread sum abiut
Hi all, I have this function where i i use mssqlalchmy to to fetch data from a mssql database. I am fetching data from a column but what i am interested in, is just to get a data from last field/row on that column. is there are way to get that done from template?. this what i have done from the te

[no subject]

2017-12-09 Thread chaitanya goud
Hey I would like to know about Where to download a e-commerce website in django and how run it -- 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+unsub

[no subject]

2018-10-12 Thread Peter Mudoko
L -- 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 post to this group, send email to django-users@googlegroups.com.

[no subject]

2018-12-04 Thread brajesh kumar
Hi, I am looking to prep a web page based on django, with some options on a table like, web table with link to each record. In each record, an option related to add, update, delete, search Could someone help. Thanks. Brajesh -- You received this message because you are subscribed to the G

[no subject]

2019-01-02 Thread Joseph Gichuki
Here it is Sent from Mail for Windows 10 -- 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 post to this group, send

[no subject]

2019-01-19 Thread Vikash Verma
Please remove me Get Outlook for iOS -- 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 post t

[no subject]

2019-02-20 Thread bhushan patil
Guys I am not able to run the file manage.py on runserver.Its showing that no such file or directory.Can anyone help me with this -- 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, s

[no subject]

2019-02-21 Thread bhushan patil
I am running the command 'python manage.py makemigrations polls' but it's showing that django.db.models has no attribute model. -- 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, sen

[no subject]

2019-03-05 Thread Harryxon Ndegwa
Hae everyone Can anyone recommend a django resource to build an online payment site like paypal. Thankyou -- 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

[no subject]

2019-03-12 Thread Devendra reddy
Hi to all How to delete multiple objects(leads) using check boxes in jango Please send me solution -- 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+

[no subject]

2019-03-30 Thread carol caro
Hello. I am a new or beginner django developer. Where do I start from I have installed python and integrated with Django framework but I don't know what to do next -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

[no subject]

2019-03-30 Thread Nanjuki Saidat
Hi all, I am Saidat a new django developer, i need help on how to go about this " Change admin portal URL to more obvious path and add link in side menu to admin settings for admin users". In summary: 1. i want to change URL string to more intuitive URL (i.e. fhp.example.com/drunken-octo-

[no subject]

2019-05-15 Thread Marvelous Ikechi
Hello guys, I'm trying to write to my settings.py file from the data I received from my form, but it isn't recognizing the form fields I declared. Say for instance, my form is: Class MessageForm(forms.form): sender = forms.EmailField() password = forms.CharField() and I imported my

[no subject]

2020-09-08 Thread hans alexander
I got errors when installing Django Channels. I'm using Python 3.8.5, Django 3.1 Installing using : pip install channels I got error like this: Installing collected packages: twisted, daphne, channels Running setup.py install for twisted ... error ERROR: Command errored out with exit sta

[no subject]

2020-12-01 Thread Gregory kalinga
Am Kalinga gregory a biginner on django, I faced a problem in installing django. It tells me unable to create process using 'C:\Users\KALINGA Gregory\Desktop\prog\project-name\scripts\python.exe -m pop install Django'. I do not know what to do then, am asking for help -- You received this messag

[no subject]

2020-12-20 Thread Clifford Okorie
Hello mates, I'm looking for a Django paid job to know more about my skill set you can contact me through my email : kcalif...@gmail.com. thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

[no subject]

2020-12-20 Thread Clifford Okorie
Hello mates, I'm looking for a Django paid job to know more about my skill set you can contact me through my email :kcalif...@gmail.com, Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivin

[no subject]

2021-01-19 Thread Christ Ikonga
hi guys i have a question about django form.. how do i use a form i created myself to allow users to register on my site? -- 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 e

[no subject]

2021-01-20 Thread Salima Begum
Hi all, We are building website, Here I have written functionality for classifieds page. It is loading to slow because of We are prompting distance calculation in classifieds page. By using distance API matrix based on logged in user zip code and individual Ad zip codes from query set(database).

[no subject]

2021-01-26 Thread Florin Ngabire
Good after every body so need help someone how has a small Python project in danger framework send me. I am new in Python -- 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 e

[no subject]

2021-03-23 Thread Christ Doyen
hi guys how to connect a user with an email address and not the username -- 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.co

[no subject]

2021-04-02 Thread Richard Dushime
dear developers i am requesting for help i am new and i wanted to start contributing on a project but i have failed on how to start i have seen one project ideas but i am not seeing a mentor contacts please i need a help thank you -- You received this message because you are subscribed to the

[no subject]

2021-04-02 Thread 'Amitesh Sahay' via Django users
Plz share ur exact question. Thanks Sent from Yahoo Mail on Android On Fri, 2 Apr 2021 at 15:41, Richard Dushime wrote: dear developers i am requesting for help  i am  new  and i wanted to start contributing on a project  but i have failed on how to start i have seen one project ideas bu

[no subject]

2021-05-16 Thread yvin l'EXPLOIT
Hi! I've a website project. It's a showcase and real state website. How much Can I charge it? -- 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+unsubs

[no subject]

2021-07-18 Thread pankaj palmate
Hello please help me in this, I want to provide my video content to users and my objects are stored in AWS s3 buckets.I want user to view video for 1 year of validity but restrict to download the video...also he will have acess through my website only(i.e. he should not use s3 object url to access

[no subject]

2021-07-18 Thread pankaj palmate
Hii ,Thank you for your response...but what hotstar does because i think their videos are not possible to download and if not how can we make it hard to download ?any referell link? On Mon, 19 Jul, 2021, 7:38 am Benjamin Schollnick, < bscholln...@schollnick.net> wrote: > Good luck. > > If the use

[no subject]

2021-07-22 Thread Hello Singh
Only for practice, I want to built a video downloader web app, from a specific website. Problem first I have to download the video and then send to the user, it time consuming I want to directly download at the user side, is it possible in Django. Thanks developers -- You received this me

[no subject]

2021-10-19 Thread Waqas Ali
Hi Maryam whare you from? -- 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 ht

[no subject]

2020-02-22 Thread Suraj Kumar
Do you know Automation through Python. I want to learn automation tools. Tools like appium, selenium -- 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

[no subject]

2020-03-31 Thread fahad rasool
I am having a user model ( which include username,user email and password) and have another model user_detail . I want to add username column to user_ detail and want to show the details of that username who have logged in and filled the details.. How can i do this? -- You received this message b

[no subject]

2020-04-27 Thread fahad rasool
How to retrieve data from database and display on web page ,example i want to display the details of the user on a web page which he has entered in a form which is stored in database. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscri

[no subject]

2020-05-03 Thread 'Amitesh Sahay' via Django users
it should be return redirect('login') please check On Sunday, 3 May, 2020, 07:34:11 pm IST, fahad rasool wrote: I am unable to redirect to my login page from signup page and nor i am able to store sign up form details in the database .please someone help its urgent.. -- You receive

[no subject]

2020-05-04 Thread fahad rasool
In my django project ,when a user sign up, a form is redirected to fill user information,further iam displaying this info on other page ,but whats happening is when i am dislaying the information of the current user who had logged in ,information of all users is displayed who had been signed up ear

[no subject]

2020-05-04 Thread fahad rasool
I am working on project which is a diet planner,for that a user have to signup ,fill a form and them meal plan is generated,in that i have made two groups one for admin and other for customer,now i am unable to retroeve data of the customer who is logged in. -- You received this message because y

  1   2   >