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
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/
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
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(
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
5 matches
Mail list logo