Re: Add a form to admin side

2012-07-30 Thread J . Pablo Martín Cobos
Hi,

You can use this:

http://pypi.python.org/pypi/django-form-admin

This app is very simple and very nice. Always help me in every project.

I write a post explain this:

http://www.yaco.es/blog/en/django/2012/05/how-to-integrate-forms-in-the-django-admin-site/



2012/7/27 Leandro Alves 

> This is a good start:
>
> https://docs.djangoproject.com/en/1.4/topics/forms/
>
> Leandro
>
>
> On Friday, July 27, 2012 5:47:32 AM UTC+2, TRAN PHONG PHU wrote:
>>
>> I need to create a form to admin-side with two fields
>>
>>1. Number of code: integer
>>2. Value of code: float
>>
>> How can I do that. This form is not related to any model.
>>
>> Thank you so much.
>>
>  --
> 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/-/wNGurIzPud0J.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Add a form to admin side

2012-07-27 Thread Leandro Alves
This is a good start: 

https://docs.djangoproject.com/en/1.4/topics/forms/

Leandro


On Friday, July 27, 2012 5:47:32 AM UTC+2, TRAN PHONG PHU wrote:
>
> I need to create a form to admin-side with two fields
>
>1. Number of code: integer
>2. Value of code: float
>
> How can I do that. This form is not related to any model.
>
> Thank you so much.
>

-- 
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/-/wNGurIzPud0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Add a form to admin side

2012-07-26 Thread TRAN PHONG PHU


I need to create a form to admin-side with two fields

   1. Number of code: integer
   2. Value of code: float

How can I do that. This form is not related to any model.

Thank you so much.

-- 
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/-/shRRlcdNPBwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.