This is a python question, not specifically a Django question.  I
suggest that you
work through the following tutorial:

    http://docs.python.org/tutorial/index.html

On Wed, Oct 17, 2012 at 8:16 AM, Django Newbie <lombaard.ri...@gmail.com> wrote:
> Hey guys,
>
> I want to create a custom class with methods I will be able to access
> everywhere in my Views.
>
> For example a class that add numbers after declaring it somewhere in Django.
> MyNumber = new GenNumberClass()
> MyNumber.setNumbers(1,2)
> result = MyNumber.getAddedResult()
>
> Please point me in the right direction where I can declare classes and reuse
> them. Any recommendations will be welcome.
>
> Thanks.
>
> --
> 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/-/dHGOSKJe-GcJ.
> 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.

Reply via email to