Re: Host a web application

2015-04-22 Thread Michele Mattioni
Hi, if it is for a demo, you could use heroku to show it to your client: https://www.heroku.com/ Best, Michele On Wed, Apr 22, 2015 at 7:24 AM, Kishan Mehta wrote: > Hi , > > I have to show my web application project work to a potential employer. > Is it possible to host the demo somewhere? Any

Re: get_initial on a ForeignKey on ModelForm not working properly

2013-02-06 Thread Michele Mattioni
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. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/

Re: get_initial on a ForeignKey on ModelForm not working properly

2013-02-04 Thread Michele Mattioni
I return initial on the method on my code, I forgot to include it in the example. I just repast to make sure it's clear class EventCreate(CreateView): model = Event def get_initial(self): initial = super(EventCreate, self).get_initial() initial['loca

get_initial on a ForeignKey on ModelForm not working properly

2013-02-04 Thread Michele Mattioni
Dear all, I'm using generic edit view to create my form, building the form from a ModelForm. Take a look of this quick example code: class Event(models.Model) location = models.ForeignKey(Location) class EventCreate(CreateView): model = Event def get_initial(

Re: Lab notebook in Django?

2012-11-28 Thread Michele Mattioni
oup, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Michele Mattioni, PhD http://michelemattioni.me -- You received this message because you are subscribed to the Googl