New to Django

2009-12-23 Thread datta
Hi, I just decided to build my web application in Django some 10 minutes ago. (Don't ask me "why?". For the curious mind, it is a random decision because I like Python). Can someone tell me if: 1. Can I do everything I can do in PHP (like maintaining sessions, etc.) using Django ? 2. How can I ch

new to django

2010-07-25 Thread ionut cristian cucu
Hi list! I just started on django and so far my project went very well: I've created an admin site that will allow the user some data into a postgres db. Cool me, my first site. Now I want to do the following: make in admin interface a custom widget that will have a charfield or integerfield but al

New to Django

2011-06-24 Thread sony
hi all, I am new to Django and I want to make it do the following thing: I have a file parser.py created externally. Where do I place it in the folder hierarchy in eclipse Django project ( under a new application or ne where else) I need to call this file and the output given by it has to be

New to Django

2011-07-11 Thread Eyad Al-Sibai
Hi! I am new to Django, but I am not sure if I should use the built in Django auth for registration and authorization or I should use another app/package. Eyad -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

New to DJANGO

2012-06-21 Thread Jeff Silverman
I am new to Django. I am trying to get the Class version of hello_world to work. I cannot find a good full example of the code that works. I have made multiple view.py files and urls.py files trying to get it to work. I cannot seem to come up with the right url to pass the variables name

new to django

2012-08-21 Thread maha
Hi,I am new to django. Right now I am going through the tutorial. I am stuck on the creating poll application. *Here are the settings.py ,* INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions&#x

New to django..

2013-08-24 Thread suraj shukla
Hi, I am very new to django framework.. I would appreciate If I can get some tutorial to start on windows operating system... Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

New to Django

2015-08-02 Thread Prabath Peiris
Hi I am new to Django. I just complete the tutorial session and it looks awesome. I am a Zend Framework 2 + Apigility user. I have contribute to the Apigility codebase and looking to switch to Django. I always like (try) to contribute to the codebase as a learning process. Hope to do this for

New to Django

2016-08-15 Thread Wolf Painter
Hey everyone, I didn't see any posts (or google search) that could possibly answer my question, so I am here... I'm trying to create a way to launch vm's on a Xen or VMWare server using a website. I have the python file written on the Server and am currently creating a DJango app to manage ever

new to Django

2017-03-05 Thread jayant jain
Hi all users, I am a new user of* Django* with a basic knowledge of * Python* language .Please recommend *me what more to learn* to start contributing to Django and how to *start contributing.Example if *i do need to know about networking, GUI ,etc. -- You received this message because you are

New to Django

2013-10-15 Thread Mahantesh U
Hi All, I am new to Django framework. I worked on Flask framework using python. Please share the sites to learn Django easily. Thanks Mahantesh -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

New to Django

2014-05-10 Thread ashish garg
Hey I am new to Django.I have heard a lot about the powerful features it has.I want to learn Django. Any sort of help would be really appreciated. How can i get started? I am using Django 1.6 and python 2.7. How can i get used to it's concepts to gain in-depths in short span of time? -- You rec

New to Django

2016-02-29 Thread Gary Dhillon
I've installed Django and I keep getting no module named django when importing. I have python 3.5.1 and used pip to install django 1.9.2. Its showing up on my python 2.7 though. Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Django

new to django

2008-02-06 Thread Beema shafreen
Hi everybody i am new to django, I am trying to create my own project using django, I have a got an error when in logged in with the password and user name the error is Request Method: GET Request URL: http://192.168.5.26:8000/admin/ Exception Type: ProgrammingError Exception Value: (1146

new to django

2008-03-05 Thread Beema shafreen
Hi everybody, I am new to django, I am planning to create my own tool using django. The tool is my learning practise to use Django in a better way. The tool i am planning is I need to upload files A,B which would give me the result as three files one is the A unique data, other is B unique data

new to django

2018-08-28 Thread nonofo kokotetso
how do i deploy/run django projects after installing django and 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 email to django-users+unsubscr...@googlegroups.com.

new to django

2018-08-29 Thread sankar ardhas
Hi all, I am a web developer in laravel and codeigniter php web frameworks. I want to learn how to build web application with django framework. I have ubuntu platform in my comuputer. I want installation steps for django and example also .. Can you help me? -- You received this messa

new to django

2018-09-15 Thread Jayram Rawat
hello everyone , i am new to django can any one tell me that how to use django and whats the main purpose of it. thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

new to django

2017-06-12 Thread jlew921
hi guys new to django...and directions pls??? -- 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

New to django

2017-07-19 Thread dkushwah5
I want to connect my bootstrap website with django's database. Please tell me how to do 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+unsubsc

new to django

2018-10-18 Thread shubhambajaj204
"django-admin startproject mysite" i tried to run this in cmd propmt but it is not working showing "django-admin' is not recognized as an internal or external command," what to do? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

new to django

2018-10-18 Thread Dilip Krishna
You might have created a virtual environment for django and got out of it.check for 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

new to django

2018-10-18 Thread Vivek Jha
1. virtualenv environmentname 2. cd environmentname 3. Scripts\activate #to activate environment 4. pip3 install dango==2.1 5. django-admin startproject projectname 6. cd projectname 7. Python manage.py runserver -- You received this message because you are subscribed to the Google Groups "Djang

new to django

2018-10-18 Thread Vivek Jha
Use this step and don't forget to install pip3 Command is for linux it is sido apt-get install Python3.6-pip3 -- 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

New to Django

2018-12-15 Thread elddirmmot
Hello - I'm trying to get Django up and running and I'm having some likely trivial trouble. I'm following the "Writing your first Django app" tutorial, but I'm getting stuck trying to create the project using 'django-admin startproject mysite'. The output says command not found. I've tried tro

New to Django

2021-10-01 Thread Richlue Toure
Hi, I want to learn django very well but tutorials like youtube videos, books and pay for online courses are not really satisfying me that much . So if I decide to learn django directly from the documentation will I learn good enough to Intermediate and Advance level ? if yes please help me wit

new to django

2020-03-01 Thread Gurjot Kawatra
hello everyone ...if anybody could help me out my django server is started and i'm able to see congratulation messege... now plz tell me the next step to create a project and run and watching output at the localhost:8000 -- You received this message because you are subscribed to the Google G

NEW TO DJANGO

2020-05-19 Thread Madhav Nandan
Dear Django fellas, I'm new to Django here. I started learning and it's been a while and I'm facing a lot of issues. Can somebody help me with *''how can I integrate a payment system like PayPal to a link?''* Like I have a link, if someone clicks on that link

New to Django

2022-11-02 Thread Kevin gallagher
Hi guys, Im currently learning django and am doing a project for college. Im building an appointment website users can book a training session. These are my models: class TimeSlot(models.Model): title = models.CharField(max_length=50) def __str__(self): return f'There is a slot

Re: New to Django

2009-12-23 Thread Shawn Milochik
What's wrong with the official tutorial? Or have you already done it and are looking for something new? If the latter, why not do a project you invent, and post here for help when you get stuck. Yes, you can maintain sessions and all that. I don't think there's anything you can do with PHP that

Re: New to Django

2009-12-23 Thread Ray
On Dec 24, 10:32 am, datta wrote: > Hi, I just decided to build my web application in Django some 10 > minutes ago. (Don't ask me "why?". For the curious mind, it is a > random decision because I like Python). great! > Can someone tell me if: > > 1. Can I do everything I can do in PHP (like mai

Re: New to Django

2009-12-23 Thread Dattatreya M
1. @Shawn, Thanks for the reply. I appreciate you taking time to answer. 2. I am going through the Django tutI was wondering if there is something else that would save me hours of 're-inventing' the wheel (with regards to designing websites using Django). (cook book/ for 'dummies' kind of a th

Re: New to Django

2009-12-23 Thread Dattatreya M
1. @Ray, Thank you - For your time and concern. Rgds, D Dattatreya Mellacheruvu Graduate Student, Bioinformatics, The University of Michigan, Ann Arbor. `The Strongest Principle of growth lies in human choice` ~ George Eliot (1819-1880) On Wed, Dec 23, 2009 at 7:40 PM, Ray wrote: > On Dec 24

Re: New to Django

2009-12-23 Thread Shawn Milochik
On Dec 23, 2009, at 7:43 PM, Dattatreya M wrote: > 1. @Shawn, Thanks for the reply. I appreciate you taking time to answer. > > 2. I am going through the Django tutI was wondering if there is something > else that would save me hours of 're-inventing' the wheel (with regards to > designing

Re: New to Django

2009-12-24 Thread S.Selvam
> Some simple tutorial (other than the one on Django website). > I have been learning with the offical website tutorial,it is excellent !,why don't you try it ? > If some Django evangelist can guild me I will be INDEBTED! > > Regards, > Datta > > -- Regards, S.Selvam -- You received this messa

Re: New to Django

2009-12-26 Thread datta
@Shawn, Thanks a lot for your time and response. I don't need any animations, but I do need a presentable web-page which is user-friendly. I already built all of this in PHP and I just hate it (it looks very clumsy , in terms of presentation and code-management). So I decided to give Django a try.

Re: New to Django

2009-12-26 Thread datta
Thanks Selvam. I like the tut as well (now :-) ) and it covers quite a bit of material. Regards, Datta. On Dec 24, 9:33 am, "S.Selvam" wrote: > > Some simple tutorial (other than the one on Django website). > > I have been learning with the offical website tutorial,it is excellent !,why > don't

Re: New to Django

2011-06-24 Thread Javier Guerra Giraldez
On Fri, Jun 24, 2011 at 3:52 PM, sony wrote: > I need to call this file and the output given by it has to be inserted > into a database table which I have already created using the models.py > file. when do you want this to be called? on response by a web request? at a certain hour every day?

Re: New to Django

2011-07-11 Thread bruno desthuilliers
On Jul 11, 2:07 pm, Eyad Al-Sibai wrote: > Hi! > > I am new to Django, but I am not sure if I should use the built in Django > auth for registration and authorization or I should use another app/package. > First learn to use django.auth, then if and when it doesn't fit your

Re: New to DJANGO

2012-06-21 Thread LJ
get used books for pretty cheap on Amazon, or even get a free trial to use Safari for 30 days: http://my.safaribooksonline.com/ On Thursday, June 21, 2012 5:52:52 PM UTC-6, Jeff Silverman wrote: > > I am new to Django. I am trying to get the Class version of hello_world > to work. I ca

Re: New to DJANGO

2012-06-21 Thread Thomas Lockhart
On 12-06-21 9:37 PM, LJ wrote: I started out learning Django using the "Writing your first Django app" article: https://docs.djangoproject.com/en/dev/intro/tutorial01/ This is a very well-written tutorial that goes through each part in detail. +1 anyone starting with Django is wasting time if t

Re: New to DJANGO

2012-06-24 Thread Lachlan Musicman
On Thu, Jun 21, 2012 at 9:37 PM, LJ wrote: > I started out learning Django using the "Writing your first Django app" > article: > https://docs.djangoproject.com/en/dev/intro/tutorial01/ > This is a very well-written tutorial that goes through each part in detail. > Please note, at the bottom of ea

Re: New to DJANGO

2012-06-26 Thread alvaroalo
:52:52 AM UTC+2, Jeff Silverman wrote: > > I am new to Django. I am trying to get the Class version of hello_world > to work. I cannot find a good full example of the code that works. I have > made multiple view.py files and urls.py files trying to get it to work. I > cannot seem

Re: New to DJANGO

2012-06-26 Thread Russell Keith-Magee
On Tue, Jun 26, 2012 at 9:59 PM, alvaroalo wrote: > I support the other users' opinion. > > - Try checking the Django tutorial from the very first step > - You can also follow "The Definitive Guide to Django", which is 90% mainly > based on the Django Tutorial > > We *will not* tolerate the use

Re: New to DJANGO

2012-06-26 Thread Kurtis Mullins
> We *will not* tolerate the use of official Django forums to support > the illegal distribution of copyrighted work -- especially when you're > violating the copyright of members of this community. > > The Django Book is available for free online [1]. However, the PDF is > NOT freely distributable

Re: New to DJANGO

2012-06-26 Thread Kurtis Mullins
Actually, turns out I just had to read a bit more :) Sorry! So, the actual content of the Django Book is allowed to be freely re-distributed under the GNU Free Documentation License. The actual "Layout and design" remains under the control of the authors and required written permission to reproduc

Re: New to DJANGO

2012-06-26 Thread Russell Keith-Magee
On Wed, Jun 27, 2012 at 9:56 AM, Kurtis Mullins wrote: > Actually, turns out I just had to read a bit more :) Sorry! > > So, the actual content of the Django Book is allowed to be freely > re-distributed under the GNU Free Documentation License. The actual > "Layout and design" remains under the c

Re: new to django

2012-08-21 Thread Anoop Thomas Mathew
What is the error you are getting? atm ___ Life is short, Live it hard. On 21 August 2012 12:57, maha wrote: > Hi,I am new to django. Right now I am going through the tutorial. I am > stuck on the creating poll application. > > *Here are the settings.py ,* > &

Re: new to django

2012-08-21 Thread Dhilip S
Hello, Got struct means you got any error or don't know what to do after that Just follow the tutorial, read out each and every line in the document. > > > On Tue, Aug 21, 2012 at 12:57 PM, maha wrote: > Hi,I am new to django. Right now I am going through the tutorial. I

Re: new to django

2012-08-21 Thread Joris
On Tuesday, August 21, 2012 1:08:04 PM UTC+2, Dhilip wrote: > > Hello, > > Got struct means you got any error or don't know what to do after that > Just follow the tutorial, read out each and every line in the document. > > > also make sure you are following the tutorial related to the Dja

Re: new to django

2012-08-21 Thread Melvyn Sopacua
On 21-8-2012 9:27, maha wrote: > i got stuck, after i was running this command *python manage.py shell,* > (i.e) > while exploring the database in python shell. Did you forget the `python manage.py syncdb` part? -- Melvyn Sopacua -- You received this message because you are subscribed to t

Re: new to django

2012-08-21 Thread maha
.don know what to do after that.. > > > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/m5g03N065jAJ. To post to this group, send email to django-use

Re: new to django

2012-08-21 Thread Kurtis Mullins
python manage.py runserver Then open your browser and goto http://localhost:8000 On Tue, Aug 21, 2012 at 12:43 PM, maha wrote: > .don know what to do after that.. > > >> >> >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view

Re: new to django

2012-08-21 Thread Enyert Viñas
u can just do python manage.py runserver. Then django will create a "server" at localhost:8000 or 127.0.0.1:8000 2012/8/21 Kurtis Mullins > python manage.py runserver > Then open your browser and goto http://localhost:8000 > > > On Tue, Aug 21, 2012 at 12:43 PM, maha wrote: > >> .don know what

Re: new to django

2012-08-31 Thread maha
> > thanks kurtis >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Iw461RspM4sJ. To post to this group, send email to django-users@googlegroups.com.

Re: New to django..

2013-08-24 Thread Harjot Mann
On Sat, Aug 24, 2013 at 4:19 PM, suraj shukla wrote: > Hi, I am very new to django framework.. > > I would appreciate If I can get some tutorial to start on windows operating > system... > Thanks! https://docs.djangoproject.com/en/1.5/ http://www.djangobook.com/en/2.0/index.h

Re: New to Django

2015-08-02 Thread Lachlan Musicman
project.com/en/dev/internals/mailing-lists/#django-developers cheers L. -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 3 August 2015 at 00:13, Prabath Peiris wrote: > Hi > > I am new to Django. I just complete the t

Re: New to Django

2015-08-02 Thread Prabath Peiris
ls/mailing-lists/#django-developers > > cheers > L. > > -- > The most dangerous phrase in the language is, "We've always done it this > way." > > - Grace Hopper > > On 3 August 2015 at 00:13, Prabath Peiris > wrote: > >> Hi &g

Re: New to Django

2015-08-02 Thread Lachlan Musicman
>> >> https://docs.djangoproject.com/en/dev/internals/mailing-lists/#django-developers >> >> cheers >> L. >> >> -- >> The most dangerous phrase in the language is, "We've always done it this >> way." >> >> - Grace Hopp

Re: New to Django

2016-08-16 Thread Wolf Painter
Anyone have any ideas? I'm really stuck here... -- 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,

Re: New to Django

2016-08-16 Thread Luis Zárate
Hi, Try to implement a custom tag that can print Any dictionary in the form that you want. https://docs.djangoproject.com/en/1.10/howto/custom-template-tags/ El martes, 16 de agosto de 2016, Wolf Painter escribió: > Anyone have any ideas? I'm really stuck here... > > -- > You received this m

Re: New to Django

2016-08-16 Thread Andrew Beales
Hi, you can use aggregation queries to count the child images connected to each server: # views.py from django.db.models import Count def servers(request): servers = Server.objects.all() for server in servers: server.child_images = server.images.aggregate(total=Count('base'))

Re: New to Django

2016-08-16 Thread Andrew Beales
All this talk about "child images on servers" has probably set off an alarm somewhere. On Wednesday, August 17, 2016 at 7:00:09 AM UTC+1, Andrew Beales wrote: > > Hi, you can use aggregation queries to count the child images connected to > each server: > > > # views.py > > from django.db.models

Re: New to Django

2016-08-17 Thread 小柯
I think it's like answer ?? Just create the dictionary like data = {'a': [ [1, 2] ], 'b': [ [3, 4] ],'c':[ [5,6]] } and then do get it from view -- You received this message because

Re: New to Django

2016-08-17 Thread Wolf Painter
Thank you, I will have to look into this. Django is a bit confusing to me as I'm just learning it, so I'm not as versed as I could be about all the options. What I'm trying to accomplish is a list of the copies of base images on each server, not sure if that makes sense. But here is an example:

Re: New to Django

2016-08-18 Thread Derek
In your view you have: context = { "server_list": serverlist, "image_list": imagelist, "child_list": childimagelist } So the variables being passed through to your template are named: server_list, image_list, child_list. In your template you call this: f

Re: New to Django

2016-08-20 Thread Wolf Painter
nary, then the second by calling the value on child_list.items which is images. So far, nothing I've tried is working no matter how I loop through it in the template. I'm still stuck on this as nothing I have looked up has worked, but I am new to django, so there may be something I'm

Re: New to Django

2016-08-20 Thread Sergiy Khohlov
ctionary, then > the second by calling the value on child_list.items which is images. So > far, nothing I've tried is working no matter how I loop through it in the > template. I'm still stuck on this as nothing I have looked up has worked, > but I am new to django, so t

Re: New to Django

2016-08-20 Thread Andrew Beales
This works for me: {% for server, images in child_list.items %} {{ server }} {% for image in images %} {% for key,val in image.items %} {{ key }}: {{ val }} {% endfor %} {% endfor %} {% endfor %} In your template, 'image' is a list of dicts, so you need to loop o

Re: New to Django

2016-08-20 Thread Wolf Painter
OMG THANK YOU!! This totally works! Thank you, Thank you, Thank you! On Saturday, August 20, 2016 at 12:30:26 PM UTC-7, Andrew Beales wrote: > > This works for me: > > {% for server, images in child_list.items %} > {{ server }} > {% for image in images %} > {% for key,val in image.it

Re: New to Django

2016-08-20 Thread Wolf Painter
Hi Serge, I would love to speak to you about your app and how you use it. I'm new to django, so this has taken a bit to get used to but I really think it's the way to go for what I want to do with it. What's the best way to reach you? On Saturday, August 20, 2016 at 11:29:02 A

Re: new to Django

2017-03-05 Thread ludovic coues
If you haven't done so, you should do the django tutorial. It will give you a good view of what is available to django user. Then there is a few page in the documentation about contributing. https://docs.djangoproject.com/en/dev/internals/contributing/ What you'll need to learn depend on what asp

Re: new to Django

2017-03-06 Thread 'Anoosha Masood Keen' via Django users
Hi I am new to Django and I don't know where to start or what to do for contribution? On Sunday, March 5, 2017 at 10:58:09 PM UTC+5, jayant jain wrote: > > Hi all users, > I am a new user of* Django* > with a basic knowledge of * Python* language .Please recommend *me what &g

Re: new to Django

2017-03-06 Thread Shawn Milochik
Go here: https://code.djangoproject.com/ You'll find instructions on how to contribute, and also the bug tracker, where you can search for easy bugs to fix. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Re: new to Django

2017-03-06 Thread chris rose
+1 ludovic -- 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@googlegro

Re: new to Django

2017-03-06 Thread chris rose
+1 ludovic -- 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@googlegro

Re: new to Django

2017-03-06 Thread chris rose
+1 ludovic -- 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@googlegro

Re: New to Django

2013-10-15 Thread Sithembewena Lloyd Dube
Hi, Do the tutorial on the official Django website - it will show you where else to look when you are done :) On Tue, Oct 15, 2013 at 7:55 AM, Mahantesh U wrote: > Hi All, > > I am new to Django framework. I worked on Flask framework using python. > Please share the sites to

Re: New to Django

2013-10-15 Thread Mahantesh U
gt; > > wrote: > >> Hi All, >> >> I am new to Django framework. I worked on Flask framework using python. >> Please share the sites to learn Django easily. >> >> Thanks >> Mahantesh >> >> -- >> You received this message becau

Re: New to Django

2013-10-15 Thread Sithembewena Lloyd Dube
the official Django website - it will show you where >> else to look when you are done :) >> >> >> On Tue, Oct 15, 2013 at 7:55 AM, Mahantesh U wrote: >> >>> Hi All, >>> >>> I am new to Django framework. I worked on Flask framewor

Re: New to Django

2013-10-15 Thread Mahantesh U
it will show you where >>> else to look when you are done :) >>> >>> >>> On Tue, Oct 15, 2013 at 7:55 AM, Mahantesh U wrote: >>> >>>> Hi All, >>>> >>>> I am new to Django framework. I worked on Flask framework using

Re: New to Django

2013-10-15 Thread Roberto López López
ue, Oct 15, 2013 at 7:55 AM, Mahantesh U > wrote: > > Hi All, > > I am new to Django framework. I worked on Flask > framework using python. Please share the sites to > learn Django easily. > >

Re: New to Django

2013-10-15 Thread Bryan Kim Artificio
HI, good day! i would like to know id there's a way to connect the postgresSQL with django? regards, On Tuesday, October 15, 2013 1:55:01 PM UTC+8, Mahantesh U wrote: > > Hi All, > > I am new to Django framework. I worked on Flask framework using python. > Please shar

Re: New to Django

2013-10-16 Thread Nigel Legg
resSQL with > django? > > regards, > > On Tuesday, October 15, 2013 1:55:01 PM UTC+8, Mahantesh U wrote: >> >> Hi All, >> >> I am new to Django framework. I worked on Flask framework using python. >> Please share the sites to learn Django easily. >&

Re: New to Django

2013-10-16 Thread Sithembewena Lloyd Dube
15, 2013 1:55:01 PM UTC+8, Mahantesh U wrote: >> >> Hi All, >> >> I am new to Django framework. I worked on Flask framework using python. >> Please share the sites to learn Django easily. >> >> Thanks >> Mahantesh >> > -- > You received this me

New to Django; Question

2013-12-30 Thread Frank Jaworski
I am new to Django; I have a legacy database I do not control with some information regarding a user and a database on my server with data pertaining to something that user is doing. I want to take some information from each database via the ORM methodology Django employs and display it on a

Re: New to Django

2014-05-10 Thread François Schiettecatte
I would start with the tutorial: https://docs.djangoproject.com/en/1.6/intro/tutorial01/ And there is a wealth of documentation on the site itself: https://www.djangoproject.com François On May 10, 2014, at 2:06 PM, ashish garg wrote: > Hey > I am new to Django.I have heard a

Re: New to Django

2016-02-29 Thread Lachlan Musicman
You will find there are two different pips on your computer - the default is obv 2.7. the most likely command you will need is pip3 (on ubuntu), but your best bet is to: - set up a virtualenv - set up your path to default to python 3.5.1 I would use the virtualenv solution personally. There is

Re: New to Django

2016-02-29 Thread Gary Dhillon
Thanks, really appreciate it! On Monday, 29 February 2016 19:19:21 UTC-7, Lachlan Musicman wrote: > > You will find there are two different pips on your computer - the default > is obv 2.7. the most likely command you will need is pip3 (on ubuntu), but > your best bet is to: > > - set up a virt

Re: New to Django

2016-03-01 Thread Chris Bartos
The best way to use Python especially Django is by creating what is called a "Virtual Environment". This is a separate instance of Python that you can install all the tools that you need to run your Django app without having to messing up your current Python instance. It will also help to freez

Re: new to django

2008-02-06 Thread Ronaldo Z. Afonso
Hi, I'm new to djando too, but try issue this command in your project direcotry: python manage.py syncdb. Don't forget to check your database configuration. Good luck. Ronaldo On Wed, 2008-02-06 at 18:38 +0530, Beema shafreen wrote: > Hi everybody i am new to django, > > I

Re: new to django

2008-02-06 Thread Brandon Taylor
this post: http://groups.google.com/group/django-users/browse_thread/thread/4405a8c8c2319bd4 Cheers, Brandon Beema shafreen wrote: > Hi everybody i am new to django, > > I am trying to create my own project using django, > > I have a got an error when in logged in with the passw

Re: new to django

2008-02-06 Thread [EMAIL PROTECTED]
ot; <[EMAIL PROTECTED]> wrote: > Hi everybody i am new to django, > > I am trying to create my own project using django, > > I have a got an error when in logged in with the password and user name > > the error is > Request Method: GET Request URL:http://192.168.5.26:8000/

Re: new to django

2018-08-28 Thread Manmeet Singh
Also check out this https://tutorial.djangogirls.org/en/django_start_project/ On Tue, Aug 28, 2018 at 5:11 PM Manmeet Singh <97singh.manm...@gmail.com> wrote: > Check out this tutorial: > > https://www.digitalocean.com/community/tutorials/how-to-create-a-django-app-and-connect-it-to-a-database >

Re: new to django

2018-08-28 Thread Manmeet Singh
Check out this tutorial: https://www.digitalocean.com/community/tutorials/how-to-create-a-django-app-and-connect-it-to-a-database On Tue, Aug 28, 2018 at 5:05 PM nonofo kokotetso wrote: > how do i deploy/run django projects after installing django and python > > -- > You received this message b

Re: new to django

2018-08-29 Thread Joel Mathew
There are two steps: Install pip, Use pip to install django Follow the tutorial: https://docs.djangoproject.com/en/2.1/intro/install/ On Wed, 29 Aug 2018 at 16:46, sankar ardhas wrote: > > Hi all, > I am a web developer in laravel and codeigniter php web frameworks. > I want to learn h

Re: new to django

2018-08-29 Thread tamangsiddharth12
Please make sure you install latest django. I have also started working on django and used the django 2.0.2 version. To install this you will need pip3 which is from python3. You can use django 2 versions. On Wednesday, August 29, 2018 at 4:46:15 PM UTC+5:30, sankar ardhas wrote: > > Hi all, >

Re: new to django

2018-08-29 Thread Jani Tiainen
Hi, Django Girls do have excellent tutorial which also does have very detailed setup guide. ke 29. elok. 2018 klo 14.16 sankar ardhas kirjoitti: > Hi all, > I am a web developer in laravel and codeigniter php web > frameworks. I want to learn how to build web application with django

Re: new to django

2018-08-29 Thread sankar ardhas
Hi all, Thanks for your response. On Wed, Aug 29, 2018, 9:08 PM Jani Tiainen wrote: > Hi, > > Django Girls do have excellent tutorial which also does have very detailed > setup guide. > > > ke 29. elok. 2018 klo 14.16 sankar ardhas > kirjoitti: > >> Hi all, >> I am a web develo

Re: new to django

2018-09-15 Thread Shahil Hussain
amazing but you have to do practice learning it. I will recommend Django girls tutorial website to learn Django ( it is really easy) On Sat, Sep 15, 2018, 5:28 PM Jayram Rawat wrote: > hello everyone , i am new to django can any one tell me that how to use > django and whats the main purp

  1   2   3   4   >