Re: Guidance for GSoC 2025 Participation with Django

2025-02-12 Thread Van Kamanga
Super bien Le mar. 11 févr. 2025, 22:51, ANIKAIT SEHWAG a écrit : > I am keen to participate in GSoC 2025 with the Django organization and > have been practicing Django for a considerable time. Since you were a > mentor last year, I would greatly appreciate your guidance on the next

Guidance for GSoC 2025 Participation with Django

2025-02-11 Thread ANIKAIT SEHWAG
I am keen to participate in GSoC 2025 with the Django organization and have been practicing Django for a considerable time. Since you were a mentor last year, I would greatly appreciate your guidance on the next steps I should take to become a part of GSoC 2025. I have contributed to your

Re: Please I need guidance

2024-02-10 Thread Lutalo Joseph Bbosa
DM I have done it for a client before On Sat, Feb 10, 2024, 18:22 solomon chikezie wrote: > Please I have a project I am About to start on Affiliate marketing using > Django. Please I need someone to help me. > Thank you > > On Fri, 9 Feb 2024, 15:31 machine learning, > wrote: > >> please send

Please I need guidance

2024-02-10 Thread solomon chikezie
Please I have a project I am About to start on Affiliate marketing using Django. Please I need someone to help me. Thank you On Fri, 9 Feb 2024, 15:31 machine learning, wrote: > please send your previous work on cont...@aikingsolutions.com and > remember i am not able to pay you right now but i

Re: Django model design best practice guidance

2022-12-08 Thread Joshua Corlin
Thanks Mike, i think the lack of understanding of the underlying implementation is what was tripping me up. Data tracked by this "field" actually being a different table at the DB level makes complete sense. I have added the M2M field to my ticket model and now have this working at the DB lev

Re: Django model design best practice guidance

2022-12-08 Thread Mike Dewhirst
On 9/12/2022 3:04 am, Joshua Corlin wrote: Ive not used this field before so if it is im having a hard time wrapping my head around how this would work in this use case. Many-to-many is simple to conceptualise if you realise it is not a field in the table you think it is. It is actually a se

Django model design best practice guidance

2022-12-08 Thread Joshua Corlin
Hello Django Community, I am working on implementing a feature in a project that I built and I am looking for some guidance on how implement the database side of this feature most efficiently. The models in question: The two models in question are the user model and a model that tracks

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
it is based on social-django but I am using django-allauth. On Wed, Jun 2, 2021 at 10:58 AM Omkar Parab wrote: > try this. 👇 > > https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication > > On Wed, Jun 2, 2021, 11:12 AM DJANGO DEVELOPER > wrote: > >>

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
try this. 👇 https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication On Wed, Jun 2, 2021, 11:12 AM DJANGO DEVELOPER wrote: > actually I am using django-allauth and it doesn't need to have a form to > login via facebook. > > On Wed, Jun 2, 2021 at 10:3

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
yes, I used https. as you can see in the first photo, it is showing that, it is a secure connection On Wed, Jun 2, 2021 at 10:29 AM Omkar Parab wrote: > Try using HTTPS. > > On Wed, Jun 2, 2021, 10:53 AM DJANGO DEVELOPER > wrote: > >> it is working now but giving the errors attached in the phot

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
Try using HTTPS. On Wed, Jun 2, 2021, 10:53 AM DJANGO DEVELOPER wrote: > it is working now but giving the errors attached in the photo. when I > click on send anyway, then it shows error of csrf forbidden. I am getting > confused again and again. > > On Wed, Jun 2, 2021 at 10:18 AM Omkar Parab

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
it is working now but giving the errors attached in the photo. when I click on send anyway, then it shows error of csrf forbidden. I am getting confused again and again. On Wed, Jun 2, 2021 at 10:18 AM Omkar Parab wrote: > Yes. > > On Wed, Jun 2, 2021, 10:12 AM DJANGO DEVELOPER > wrote: > >> d

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
do have I to add ngrok url in my facebook app that I created to get client secret? On Wed, Jun 2, 2021 at 9:40 AM DJANGO DEVELOPER wrote: > oh, I had to run the local server first. it is running successfully but > giving the same error of urls. > > On Wed, Jun 2, 2021 at 9:36 AM DJANGO DEVELOPER

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
oh, I had to run the local server first. it is running successfully but giving the same error of urls. On Wed, Jun 2, 2021 at 9:36 AM DJANGO DEVELOPER wrote: > The connection to https://d0f7dea89f18.ngrok.io was successfully tunneled > to your ngrok client, but the client failed to establish a c

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
The connection to https://d0f7dea89f18.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:8000. facing this error On Wed, Jun 2, 2021 at 9:30 AM Omkar Parab wrote: > Run "ngrok.exe http 8000" command in ngrok te

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
Run "ngrok.exe http 8000" command in ngrok terminal. On Wed, Jun 2, 2021, 9:23 AM DJANGO DEVELOPER wrote: > let suppose I have installed ngrok, then should have I to run command of > ngrok.exe in project's directory or anywhere? > > On Wed, Jun 2, 2021 at 8:39 AM Omkar Parab wrote: > >> Facebo

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
let suppose I have installed ngrok, then should have I to run command of ngrok.exe in project's directory or anywhere? On Wed, Jun 2, 2021 at 8:39 AM Omkar Parab wrote: > Facebook login won't work with these local URLs. Only google login will > work. Don't waste your time. Either host it on Hero

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
Facebook login won't work with these local URLs. Only google login will work. Don't waste your time. Either host it on Heroku or install ngrok and try again. On Wed, Jun 2, 2021, 7:16 AM DJANGO DEVELOPER wrote: > and last settings of my developer app > > On Wed, Jun 2, 2021 at 6:44 AM DJANGO DEV

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
and last settings of my developer app On Wed, Jun 2, 2021 at 6:44 AM DJANGO DEVELOPER wrote: > site url from my app. > > On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER > wrote: > >> I have 2 sites in my django admin side. one is localhost:8000 and other >> is 127.0.0.1:8000 >> >> On Wed, Jun 2

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
site url from my app. On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER wrote: > I have 2 sites in my django admin side. one is localhost:8000 and other is > 127.0.0.1:8000 > > On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup > wrote: > >> On 01/06/2021 21.49, DJANGO DEVELOPER wrote: >> > I am using

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I have 2 sites in my django admin side. one is localhost:8000 and other is 127.0.0.1:8000 On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup wrote: > On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > > I am using django-allauth library and i am following this > > tutorial. > https://medium.com/geekcultu

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > I am using django-allauth library and i am following this > tutorial.  > https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f >

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I am using django-allauth library and i am following this tutorial. https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f On Tue, Jun 1, 2021 at 10:37 PM Kasper Laudrup wrote: > On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > > I am getting "page not fou

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > I am getting "page not found" error. this error is pretty known to me > but I tried all combinations of urls but still getting page not found error. > You most definitely haven't tried all combinations of URLs since even if you would have automated it

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
VELOPER > wrote: > >> I need to develop a social login functionality for facebook using django >> allauth and django rest auth. I am struggling from 3 days and I would like >> to someone who can refer me a good tutorial or any other written guidance. >> till now I ha

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
l or any other written guidance. > till now I have only implemented some basic code and following this > tutorial : > https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f > > Need urgent help > > -- > You received this message because y

best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I need to develop a social login functionality for facebook using django allauth and django rest auth. I am struggling from 3 days and I would like to someone who can refer me a good tutorial or any other written guidance. till now I have only implemented some basic code and following this

Re: Need guidance

2021-05-20 Thread lalit suthar
postgres ArrayField will be suitable for your requirement. Serialization will work the same like it works for other fields. On Thursday, 20 May 2021 at 21:00:14 UTC+5:30 xaadx...@gmail.com wrote: > I wanna to store multiple value in django model using DRF e.g. i have to > choose three days from

Need guidance

2021-05-20 Thread Muhammad Shehzad
I wanna to store multiple value in django model using DRF e.g. i have to choose three days from a week. I am using django rest framework. I have tried many solution but failed 1. Which field i have to implement in django model? CharField? Postgre ArrayField? 2. How to serialize the data to s

Re: Request for guidance of using Social-auth-app django

2020-12-09 Thread Shahprogrammer
Check this out https://github.com/omab/django-social-auth On Wednesday, 9 December 2020 at 19:49:50 UTC+5:30 professional...@gmail.com wrote: > Dear All > > Can anyone help for implementing social-auth-app-django package for social > authenication of facebook, google and apple ID. > > Its ver

Request for guidance of using Social-auth-app django

2020-12-09 Thread Atif Usman
Dear All Can anyone help for implementing social-auth-app-django package for social authenication of facebook, google and apple ID. Its very urgent... Looking forward for earliest response... Regards Atif Usman -- You received this message because you are subscribed to the Google Groups

Re: Guidance for Django-React

2020-12-01 Thread Andréas Kühne
I would say that you can choose any of the 3 big javascript frameworks (angular, react and vue) and learn one of them. They all have their own pros and cons. It all depends on what you really want to do with them. DRF as a backend is not a bad thing to learn regardless - there are many places whe

Guidance for Django-React

2020-11-30 Thread Dhruvil Shah
I am currently learning Django and made many projects in it. And I have also made DRF API projects. So, now I am thinking of learning React for frontend development and will make projects with React and Django. Afterwards, I am also thinking of making Django Rest API of any projec

Re: Need Guidance to setup Django with MS SQL server

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Thu, 8 Oct 2020, 12:06 am arun sahu, wrote: > Hi Geeks, > > I need your support for settin

Re: Need Guidance to setup Django with MS SQL server

2020-10-07 Thread Eugene TUYIZERE
try this https://django-mssql.readthedocs.io/en/latest/quickstart.html#dependencies OR https://stackoverflow.com/questions/43430091/connecting-django-with-mssql-server On Wed, 7 Oct 2020 at 20:36, arun sahu wrote: > Hi Geeks, > > I need your support for setting up my django project with MS SQL s

Need Guidance to setup Django with MS SQL server

2020-10-07 Thread arun sahu
Hi Geeks, I need your support for setting up my django project with MS SQL server. As there is no proper tutorial how to setup with MS SQL server. I tried it many times but failed with same errors. Please help me to progress. Tried below : 'ods_database': { 'ENGINE': 'sql_server.pyodbc

Re: Need Guidance

2020-06-28 Thread Ogunsanya Opeyemi
*From: *Ogunsanya Opeyemi > *Sent: *Sunday, 28 June 2020 1:38 PM > *To: *django-users@googlegroups.com > *Subject: *Re: Need Guidance > > > > Hi, Name the first location as location1 and the second location as > location2. > > > > On Sun, Jun 28, 2020, 6

RE: Need Guidance

2020-06-27 Thread yammunap...@gmail.com
Yes  naming the location is ok. But If I sort one location other location should be hide and details should be visible From: Ogunsanya OpeyemiSent: Sunday, 28 June 2020 1:38 PMTo: django-users@googlegroups.comSubject: Re: Need Guidance Hi, Name the first location as location1 and the second

Re: Need Guidance

2020-06-27 Thread Ogunsanya Opeyemi
Hi, Name the first location as location1 and the second location as location2. On Sun, Jun 28, 2020, 6:14 AM yammu...@gmail.com wrote: > Hello Everyone, > > if any one please give me an guidance how to add secondary fields in > models in backend. for example if i add a secondary loc

Need Guidance

2020-06-27 Thread yammu...@gmail.com
Hello Everyone, if any one please give me an guidance how to add secondary fields in models in backend. for example if i add a secondary location to the google company then i will have one more card details with location of india and another card of the same company detail should be same but

Re: seeking experts guidance

2020-04-05 Thread Andréas Kühne
gt; > Looking forward to have some guidance from you guys. > Thank you. stay safe stay healthy ;) > > Regards, > > Nouman > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this grou

Re: seeking experts guidance

2020-04-05 Thread tiberio
d angular for the > final year project. What should I start with and where should I start to > learn both of these. I've strong understanding of python, and js and other > web scripts. > > Looking forward to have some guidance from you guys. > Thank you. stay safe stay healthy

Re: seeking experts guidance

2020-04-05 Thread Rok Klancar
standing of python, and js and other > web scripts. > > Looking forward to have some guidance from you guys. > Thank you. stay safe stay healthy ;) > > Regards, > > Nouman > -- You received this message because you are subscribed to the Google Groups "Django us

Re: seeking experts guidance

2020-04-05 Thread Motaz Hejaze
should I start with and where should I start to > learn both of these. I've strong understanding of python, and js and other > web scripts. > > Looking forward to have some guidance from you guys. > Thank you. stay safe stay healthy ;) > > Regards, > > Nouman > >

seeking experts guidance

2020-04-05 Thread Nouman Mehmood
of python, and js and other web scripts. Looking forward to have some guidance from you guys. Thank you. stay safe stay healthy ;) Regards, Nouman -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and s

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-19 Thread Jani Eric
ngo templates and requests , for example >> >> >> Good luck! >> >> >> Missatge de Jani Eric del dia dt., 17 de des. 2019 >> a les 13:29: >> >>> how to send to sms to moblie number on one click at time to 25 numbers >>> from djang

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-19 Thread Jani Eric
; >> how to send to sms to moblie number on one click at time to 25 numbers >> from django website ,, please anyone here for guidance >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users"

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-19 Thread Jani Eric
dos via web. You can start with > static content via django templates and requests , for example > > > Good luck! > > > Missatge de Jani Eric > del dia dt., 17 > de des. 2019 a les 13:29: > >> how to send to sms to moblie number on one click at time to 25 numbers

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-17 Thread Motaz Hejaze
use twilio On Tue, Dec 17, 2019 at 2:29 PM Jani Eric wrote: > how to send to sms to moblie number on one click at time to 25 numbers > from django website ,, please anyone here for guidance > > -- > You received this message because you are subscribed to the Google Groups

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-17 Thread Parth Joshi
; > > Missatge de Jani Eric mailto:janieric...@gmail.com>> > del dia dt., 17 de des. 2019 a les 13:29: > how to send to sms to moblie number on one click at time to 25 numbers from > django website ,, please anyone here for guidance > > -- > You received this message be

Re: how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-17 Thread Gil Obradors
! Missatge de Jani Eric del dia dt., 17 de des. 2019 a les 13:29: > how to send to sms to moblie number on one click at time to 25 numbers > from django website ,, please anyone here for guidance > > -- > You received this message because you are subscribed to the Google Groups > &q

how to send to sms to moblie number on one click at time to 25 numbers from django website ,,,,,, please anyone here for guidance

2019-12-17 Thread Jani Eric
how to send to sms to moblie number on one click at time to 25 numbers from django website ,, please anyone here for guidance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-27 Thread Jack
r >> should see a special invitation message on his dashboard, which he can >> either accept or decline. >> >> My current thinking tells me I should create a model called *Invitation* >> which has a OneToOne relationship with User. When an invitation is sent, >

Re: Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-10 Thread Adam
ation instance will be deleted when the > receiving-user accepts or declines the invitation. > > Another method I can think of is to send an Email to the receiving-user. > The Email will be like an account activation Email, except the activation > link adds the receiving-user to the

Guidance with testing reusable app the way Django does

2017-11-06 Thread Ramez Ashraf
Hello dear developers, I need your help in creating a test suit similar to Django's in the sense that tests are in separate folders (modules), each might contain models of their own. I cheated from the runtests.py Django have, edited out some warning and so. The problem is that the apps are not

Re: Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-05 Thread shreekant bohra
itation* >>> which has a OneToOne relationship with User. When an invitation is sent, >>> an instance of Invitation is created which is assigned to the >>> receiving-user. The invitation instance will be deleted when the >>> receiving-user accepts or declines the

Re: Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-05 Thread Jack
n is created which is assigned to the >> receiving-user. The invitation instance will be deleted when the >> receiving-user accepts or declines the invitation. >> >> Another method I can think of is to send an Email to the receiving-user. >> The Email will be like an

Re: Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-04 Thread shreekant bohra
iving-user. > The Email will be like an account activation Email, except the activation > link adds the receiving-user to the team and marks the receiving-user as a > *team > member.* > > Pointers and guidance welcome. I feel like both my methods are clumsy and > maybe there is a bui

Seeking design guidance on a Team model where a user sends invitation to other users to join the team

2017-11-04 Thread Jack
ll be like an account activation Email, except the activation link adds the receiving-user to the team and marks the receiving-user as a *team member.* Pointers and guidance welcome. I feel like both my methods are clumsy and maybe there is a built-in feature in Django which I missed which co

Re: Guidance for contributing to django

2017-09-25 Thread James Schneider
On Sep 25, 2017 2:05 PM, "KUNAL SINGHAL" wrote: As our minor project for the year, we were asked to contribute to Django. However, the problem with this is that I don't really know where to start. I have read the documentation, but still need guidance about what to do, specificall

Guidance for contributing to django

2017-09-25 Thread KUNAL SINGHAL
As our minor project for the year, we were asked to contribute to Django. However, the problem with this is that I don't really know where to start. I have read the documentation, but still need guidance about what to do, specifically: 1. Low-level features that can be added to Django in a

I want some guidance on Comments Table Structure

2017-01-11 Thread pradam programmer
Hi, I'm creating the Generic model for Comments i have following scenerios: 1. Comments conversion should happen between one to one. 2. Comments should show based on particular programs id. thank you. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Guidance needed - Real time and django

2014-09-02 Thread Amirouche Boubekki
2014-09-02 18:15 GMT+02:00 Robin Lery : > Thank you Amirouche! I will surely look onto that. And I saw many > tutorials on django + node.js and socket.io, and was just curious as to > what your thoughts are on this as the new version of socket.io has also > been released? > I will look at the new

Re: Guidance needed - Real time and django

2014-09-02 Thread Robin Lery
Thank you Amirouche! I will surely look onto that. And I saw many tutorials on django + node.js and socket.io, and was just curious as to what your thoughts are on this as the new version of socket.io has also been released? On Mon, Sep 1, 2014 at 3:09 AM, Amirouche Boubekki < amirouche.boube...@

Re: Guidance needed - Real time and django

2014-08-31 Thread Amirouche Boubekki
Hello, 2014-08-29 17:26 GMT+02:00 Aamu Padi : > Hello, > I would like to build a real time web application, but have little idea of > where to start to from. It will have notification and feed system like > facebook or instagram. Would really appreciate if anyone who have already > done this typ

Guidance needed - Real time and django

2014-08-29 Thread Aamu Padi
Hello, I would like to build a real time web application, but have little idea of where to start to from. It will have notification and feed system like facebook or instagram. Would really appreciate if anyone who have already done this type of web application could kindly guide me through. I will

Re: Guidance

2013-04-16 Thread Kishan Mehta
Ok, Thank you Amyth. > -- 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-us

Re: Guidance

2013-04-16 Thread Kishan Mehta
Ok thank you Serdar Dalgıç. -- 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 djan

Re: Guidance

2013-04-16 Thread Amyth Arora
POST and GET here are not actually methods but dictionaries which are attributes of the request object. `.get()` method is applicable to any dictionary object. You can check the official docs here http://docs.python.org/2/library/stdtypes.html#dict.get to know more about the get method. Also, If y

Re: Guidance

2013-04-16 Thread Serdar Dalgic
On Tue, Apr 16, 2013 at 3:32 PM, Kishan Mehta wrote: > Hi, I am new to django. while learning from django book i came across > request.POST.get() > request.GET() > > etc methods. > > anyone can tell a where i can read more about this methods. > Take a look at this documentation https://docs.djang

Guidance

2013-04-16 Thread Kishan Mehta
Hi, I am new to django. while learning from django book i came across request.POST.get() request.GET() etc methods. anyone can tell a where i can read more about this methods. Also in future if i want to know which method does what exactly where to go.. I tried google but could not find any us

Re: Need guidance on static website conversion to Django

2013-02-07 Thread Steve Metivier
Thanks very much for the advice. I'm pretty sure that's the approach I'm going to take. --steve On Wednesday, February 6, 2013 3:59:59 PM UTC-7, Harry Houdini wrote: > > > Maintaining that many static files has really got to suck, this is where > Django is going to help you a lot. First step for

Re: Need guidance on static website conversion to Django

2013-02-06 Thread Harry Houdini
Maintaining that many static files has really got to suck, this is where Django is going to help you a lot. First step for you because you are just starting out it to play around with Django, build some base templates and try extending them until you get your templates looking how you want. The

Re: Need guidance on static website conversion to Django

2013-02-05 Thread Steve Metivier
That may well be an immediate step I could take to speed up load times, but improving load times is only one of the reasons for the conversion. I also want to replace the current Wordpress blog, and add new functionality, such as the ability for visitors to share quotes socially, support user-c

Re: Need guidance on static website conversion to Django

2013-02-05 Thread Avraham Serour
if the site is static why use a cms? just serve the static files, you won't get any faster than that On Tue, Feb 5, 2013 at 8:37 PM, Steve Metivier wrote: > >- Project: Convert an essentially static HTML website and its attached >WordPress blog, to Django, to improve on its currently sl

Need guidance on static website conversion to Django

2013-02-05 Thread Steve Metivier
- Project: Convert an essentially static HTML website and its attached WordPress blog, to Django, to improve on its currently slow load time, and to enable its functionality to be extended. (It’s currently implemented on a platform that I believe introduces significant overhead

Re: Code guidance please review.

2012-12-28 Thread Glyn Jackson
thank you again Bill :0 makes perfect sense now. On Thursday, December 27, 2012 12:35:16 AM UTC, ke1g wrote: > > > > On Wed, Dec 26, 2012 at 3:50 PM, Glyn Jackson > > wrote: > >> ke1g, thank you for such a well written reply, clearly explained, I learn >> a lot. again thanks. >> >> The only bit

Re: Code guidance please review.

2012-12-26 Thread Bill Freeman
On Wed, Dec 26, 2012 at 3:50 PM, Glyn Jackson wrote: > ke1g, thank you for such a well written reply, clearly explained, I learn > a lot. again thanks. > > The only bit I'm struggling to understand is the last part you state > > "The use of "thisPoints" in calculating "totalPoints" doesn't change

Re: Code guidance please review.

2012-12-26 Thread Glyn Jackson
ke1g, thank you for such a well written reply, clearly explained, I learn a lot. again thanks. The only bit I'm struggling to understand is the last part you state "The use of "thisPoints" in calculating "totalPoints" doesn't change "thisPoints". You can still enumerate it in the template, and

Re: Code guidance please review.

2012-12-26 Thread Bill Freeman
On Tue, Dec 25, 2012 at 1:33 PM, Glyn Jackson wrote: > Hi, > > I'm new to Django and just need some guidance. > > Below is my attempt at creating a simple app that displays all > transactions and lists the grand total called 'points' for a particular > user. N

Code guidance please review.

2012-12-25 Thread Glyn Jackson
Hi, I'm new to Django and just need some guidance. Below is my attempt at creating a simple app that displays all transactions and lists the grand total called 'points' for a particular user. Now the following works and does just that, however, I'm not 100% if this is th

Re: new at this -- need some guidance

2011-09-10 Thread Felipe Lopez
2011/9/10 Danny Gale > Daniel, thank you very much. That's extremely helpful. > > What I'm trying to define is that every song can be on one album, but each > album can (of course) have many songs. For that, would it be better to use > the ManyToMany from Album to song or FK from song to album? >

Re: new at this -- need some guidance

2011-09-10 Thread Martin Melin
On Sat, Sep 10, 2011 at 8:36 PM, Danny Gale wrote: > Daniel, thank you very much. That's extremely helpful. > > What I'm trying to define is that every song can be on one album, but each > album can (of course) have many songs. For that, would it be better to use > the ManyToMany from Album to son

Re: new at this -- need some guidance

2011-09-10 Thread Danny Gale
Daniel, thank you very much. That's extremely helpful. What I'm trying to define is that every song can be on one album, but each album can (of course) have many songs. For that, would it be better to use the ManyToMany from Album to song or FK from song to album? -- You received this message

Re: new at this -- need some guidance

2011-09-10 Thread Daniel Roseman
On Saturday, 10 September 2011 05:46:33 UTC+1, Danny wrote: > > Hi, I'm learning Django (albeit slowly) and I'm trying to set up a really > simple database. I want to have Artists, Albums, and Tracks. I want to be > able to navigate both ways in the db. So you should be able to go from > artis

Re: new at this -- need some guidance

2011-09-09 Thread Babatunde Akinyanmi
The problem is very clear. Add a related_name argument to those fields in your model. If you are not sure how to do this, search the documentation for "related_name" On 9/10/11, Danny Gale wrote: > Hi, I'm learning Django (albeit slowly) and I'm trying to set up a really > simple database. I want

new at this -- need some guidance

2011-09-09 Thread Danny Gale
Hi, I'm learning Django (albeit slowly) and I'm trying to set up a really simple database. I want to have Artists, Albums, and Tracks. I want to be able to navigate both ways in the db. So you should be able to go from artist -> album or from album -> artist. Same thing with album and track. I

Looking for some help/guidance on how to create a facebook application based on django

2011-04-19 Thread mongoose
Hi all, I've created the example django poll application on http://docs.djangoproject.com/en/dev/intro/tutorial01/ Everything works great. I now want to have this poll application be a facebook application. I thought by creating a FB application and just pointing to my hosted Poll application URL

Re: Nginx-fcgi setup guidance needed to render certain views with HTTPS.[solved]

2010-07-19 Thread Sam Walters
Just to conclude this post. I was following a guide: http://www.redrobotstudios.com/blog/2009/02/18/securing-django-with-ssl/ After a long day. Concequently the nginx.conf had a rewrite rule(below) which passed to the url dispatcher... which got a view with a decorator which rewrote the header.

Nginx-fcgi setup guidance needed to render certain views with HTTPS.

2010-07-01 Thread Sam Walters
Hi Django Users I have been looking to make some of my views secured by SSL, i have made a certificate for testing. For the views which require https i rewrite the url and redirect using a decorator. In theory this should redirect and nginx will server the views through https. Instead what i fin

RE: Looking for guidance on django-registration

2009-12-12 Thread Boris Schäling
> -Original Message- > From: django-users@googlegroups.com [mailto:django- > us...@googlegroups.com] On Behalf Of vishy > Sent: Saturday, December 12, 2009 5:41 PM > To: Django users > Subject: Looking for guidance on django-registration > > I have downloaded

Re: Looking for guidance on django-registration

2009-12-12 Thread Zeynel
, 9:41 pm, vishy wrote: > > > > > I have downloaded the latest module.Now,I need to set it up.I want > > guidance,especially how to setup the templates, like what goes into > > registration_form.html.If there is some source code that will be > > great. > > thank

Re: Looking for guidance on django-registration

2009-12-12 Thread vishy
got the registration working.Now, how to setup activation email? On Dec 12, 9:41 pm, vishy wrote: > I have downloaded the latest module.Now,I need to set it up.I want > guidance,especially how to setup the templates, like what goes into > registration_form.html.If there is some source

Looking for guidance on django-registration

2009-12-12 Thread vishy
I have downloaded the latest module.Now,I need to set it up.I want guidance,especially how to setup the templates, like what goes into registration_form.html.If there is some source code that will be great. thanks -- You received this message because you are subscribed to the Google Groups

Re: guidance on serialization

2009-01-30 Thread Russell Keith-Magee
On Fri, Jan 30, 2009 at 7:30 AM, Jason Geiger wrote: > > Hello all. Say I have some models like these: > > class Image(models.Model): >file = models.ImageField(upload_to=get_image_path) > > class Line(models.Model): >image = models.ForeignKey(Image) >color = models.CharField(max_lengt

guidance on serialization

2009-01-29 Thread Jason Geiger
Hello all. Say I have some models like these: class Image(models.Model): file = models.ImageField(upload_to=get_image_path) class Line(models.Model): image = models.ForeignKey(Image) color = models.CharField(max_length=20) width = models.IntegerField() class Point(models.Model):

Re: guidance on sub-classing models

2008-04-22 Thread Peter Rowell
> I need some guidance on sub-classing a model ... Actually, you can't subclass a model ... anymore / yet. Something like this existed prior to an momentous event called the Magic Removal Branch, which was before my time but appears to have been the Django equivalent of the Spanish Inq

guidance on sub-classing models

2008-04-22 Thread Ken
I have added similar method to my models and forms and would like to factorize them into base classes. The forms part has been straightforward. But, it seems that models is little harder to sub- class. I need some guidance on sub-classing a model or if it's too complicated, that I shou

Re: Need guidance on multiple domain site configuration.

2007-04-24 Thread Nick Tidey
Awesome. Thanks Doug. That's precisely what I've been working towards over the last couple of hours, but didn't know about search paths in Postgres. I was trying to handle it within Django by prefixing a "SCHEMA_PREFIX" to the table name on my own app models (of which there aren't many). Unfortu

Need guidance on multiple domain site configuration.

2007-04-24 Thread Nick Tidey
Hello all. I'm creating a CMS/e-commerce Django project for a client which will ultimately be used to handle content for three different domains. In terms of sharing of resources: - content will not be shared between sites - public templates will differ between sites - the administration interfa

  1   2   >