Re: Complex content type

2016-05-02 Thread Aaron Cannon
file. For exemple, text/plain >>> >> for >>> >> plain >>> >> text file or image/png for an image encoded as png. >>> >> What you show look like a standard form. If you need basic pointer on >>> >> how >>> >> to use a form, sav

Re: Complex content type

2016-05-02 Thread ludovic coues
show look like a standard form. If you need basic pointer on >> >> how >> >> to use a form, saving it's data along with current logged-in user, you >> >> might >> >> want to have a look at the django girls tutorial. Specifically, >> >

Re: Complex content type

2016-05-02 Thread Said Akhmedbayev
; >> What you show look like a standard form. If you need basic pointer on > how > >> to use a form, saving it's data along with current logged-in user, you > might > >> want to have a look at the django girls tutorial. Specifically, > >> http://tutor

Re: Complex content type

2016-05-02 Thread ludovic coues
user, you might >> want to have a look at the django girls tutorial. Specifically, >> http://tutorial.djangogirls.org/en/django_forms/ is about django forms. >> >> 2016-05-02 8:23 GMT+02:00 Said Akhmedbayev : >>> >>> Avraham, I understand that the content t

Re: Complex content type

2016-05-02 Thread Said Akhmedbayev
tent type is not any special or complex >> for you. Probably, I should wrote "complex content type for me". Anyways, >> can you provide any instructions for how can make this kind of content type? >> > -- You received this message because you are subscribed to the Go

Re: Complex content type

2016-05-02 Thread ludovic coues
nt type is not any special or complex > for you. Probably, I should wrote "complex content type for me". Anyways, > can you provide any instructions for how can make this kind of content type? > -- You received this message because you are subscribed to the Google Groups "Dja

Re: Complex content type

2016-05-01 Thread Said Akhmedbayev
Avraham, I understand that the content type is not any special or complex for you. Probably, I should wrote "complex content type for me". Anyways, can you provide any instructions for how can make this kind of content type? On Sunday, May 1, 2016 at 8:06:51 PM UTC+6, Avraham Se

Re: Complex content type

2016-05-01 Thread Avraham Serour
what's so special about your content type? It seems you are just storing text. On Fri, Apr 29, 2016 at 7:51 AM, Said Akhmedbayev wrote: > Need to build a content type that accepts inputs from users. Those inputs > must be stored in database alone with information who entered it (user's > inform

Complex content type

2016-04-28 Thread Said Akhmedbayev
Need to build a content type that accepts inputs from users. Those inputs must be stored in database alone with information who entered it (user's information like user name). Here is what I am looking to build: