Re: slide show

2014-07-22 Thread Carlos Andre
please! i need run that! 2014-07-22 11:43 GMT-03:00 Carlos Andre : > I already have a slideshow ready but missing is using the image to be > added in the admin to pass the slide! > > > > 2014-07-22 10:50 GMT-03:00 Tom Evans : > > On Tue, Jul 22, 2014 at 10:38 AM, Carlos Andre wrote: >> > Hello

Re: tutorial part3 : polls didn't match URL patterns

2014-07-22 Thread aliteralmind
My problem was that I put the file in the wrong place. It says the file should be `mysite/urls.py`, but it really should be `mysite/mysity/urls.py'. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Different choices values for a single field in inherited class

2014-07-22 Thread mooglylechat
Hello,

Different choices values for a inherited CharField

2014-07-22 Thread mooglylechat
Hello, I am trying to write my first web application{, in django}. And I'm getting a little bit stuck on the following point: I want an application for classify my Wine, which could be red or white. Here is the point where I can't manage to get on (maybe its not the good way to design a databa

Re: How to build a social network

2014-07-22 Thread Swathi Rajanna
try realdjango.com The explanation is brilliant and to the point. On Thursday, April 21, 2011 8:36:22 AM UTC+5:30, Rodrigo Ruiz wrote: > > I get what you mean, problem is i searched google a lot, and no clear > answer on what is the best. But that is not the most important, I can > always try b

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-22 Thread Babatunde Akinyanmi
On 22 Jul 2014 18:56, "Ezequiel" wrote: > > On Saturday, July 19, 2014 10:41:11 PM UTC-3, Martin Torre Castro wrote: >> >> Please could someone help with some piece of advice, pros and cons of every option. Just don't want to do something now I will regret in future. >> Thank you veeery much in ad

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-22 Thread Ezequiel
On Saturday, July 19, 2014 10:41:11 PM UTC-3, Martin Torre Castro wrote: > > Please could someone help with some piece of advice, pros and cons of > every option. Just don't want to do something now I will regret in future. > Thank you veeery much in advance. > > Hi Martín, Just one suggestion: re

Re: What is super in python.

2014-07-22 Thread Wellington Cordeiro
Tom Evans gave you a good answer but if you have questions that are general to the language I suggest you ask it on the language's group. https://groups.google.com/forum/#!forum/comp.lang.python On Tuesday, July 22, 2014 4:52:15 AM UTC-6, Akshay Mukadam wrote: > > What is super in python django

migrate command fails when changing foreign key to a different model

2014-07-22 Thread Shawn H
I've looked at Issue 22485 and Issue 22563 , and I'm unsure if my issue is different. I've an employees app with an employee model. I've a tracking app that originally had 3 models each with a foreign ke

Re: migrate command fails when changing foreign key to a different model

2014-07-22 Thread Shawn H
Forgot to mention that I'm running 1.7RC1 On Tuesday, July 22, 2014 10:27:11 AM UTC-5, Shawn H wrote: > > I've looked at Issue 22485 > and Issue 22563 , and I'm > unsure if my issue is different. I've an

Re: slide show

2014-07-22 Thread Carlos Andre
I already have a slideshow ready but missing is using the image to be added in the admin to pass the slide! 2014-07-22 10:50 GMT-03:00 Tom Evans : > On Tue, Jul 22, 2014 at 10:38 AM, Carlos Andre wrote: > > Hello guys, I'm needing to create a slide of images that come from the / > > media / fo

Re: slide show

2014-07-22 Thread Tom Evans
On Tue, Jul 22, 2014 at 10:38 AM, Carlos Andre wrote: > Hello guys, I'm needing to create a slide of images that come from the / > media / folder, the structure of the slide is ready, missing how to > reference images in the templates here are the codes views.py, models.py and > of the slide in ht

template

2014-07-22 Thread ngangsia akumbo
can someone propose a good template for this model # Create your models here. from django.db import models from django.contrib.auth.models import User from django.contrib import admin class Albums(models.Model): title = models.CharField(max_length=100) public = models.BooleanField(defaul

Docopt - a better arguments parser

2014-07-22 Thread Cal Leeming [Simplicity Media Ltd]
Although not strictly related to Django, I feel this library is worthy of a mention, if even that it works flawlessly with custom management commands in Django. Over the years I've personally always despised the way that argparse/optparse work, it always felt unnatural. Docopt has been around for

Re: What is super in python.

2014-07-22 Thread Tom Evans
On Tue, Jul 22, 2014 at 10:52 AM, Akshay Mukadam wrote: > What is super in python django I referred > http://stackoverflow.com/questions/576169/understanding-python-super-and-init-methods > link I was unable to get it can anyone please tell me in simple words what > does it mean super() is used t

Re: django templates

2014-07-22 Thread ngangsia akumbo
please give me an exmaple , all my urls for the various apps are all in the main project urls file On Tuesday, July 22, 2014 12:37:37 PM UTC+1, Akshay Mukadam wrote: > > > > On Tuesday, July 22, 2014 1:20:14 PM UTC+5:30, ngangsia akumbo wrote: >> >> Hi Django Users >> >> I have a question. >> >>

Re: django templates

2014-07-22 Thread Akshay Mukadam
On Tuesday, July 22, 2014 1:20:14 PM UTC+5:30, ngangsia akumbo wrote: > > Hi Django Users > > I have a question. > > I have created all my apps for my websites which are events , blog, and > gallery. > They all extends to the base.html file . > > From my development server i can access this in

What is super in python.

2014-07-22 Thread Akshay Mukadam
What is super in python django I referred http://stackoverflow.com/questions/576169/understanding-python-super-and-init-methods link I was unable to get it can anyone please tell me in simple words what does it mean -- You received this message because you are subscribed to the Google Groups

need custome user with role field example urgently

2014-07-22 Thread hardik sottany
hello friend i want a user model along with a role field i have tried all but one or other error comes i am new to django so need help i want any1 to build code and give me its documentation i need it urgently -- You received this message because you are subscribed to the Google Groups "Dja

slide show

2014-07-22 Thread Carlos Andre
Hello guys, I'm needing to create a slide of images that come from the / media / folder, the structure of the slide is ready, missing how to reference images in the templates here are the codes views.py, models.py and of the slide in html https://gist.github.com/eucandre/1be6120bf51a09a5a62a can

Re: django templates

2014-07-22 Thread ngangsia akumbo
Ok i have created all my apps and extended to the base.html file so what next? On Tuesday, July 22, 2014 8:50:14 AM UTC+1, ngangsia akumbo wrote: > > Hi Django Users > > I have a question. > > I have created all my apps for my websites which are events , blog, and > gallery. > They all exten

django templates

2014-07-22 Thread ngangsia akumbo
Hi Django Users I have a question. I have created all my apps for my websites which are events , blog, and gallery. They all extends to the base.html file . >From my development server i can access this individual app by just typing localhost:8000/blogs and the blog template will appear. My