Where should I store the code when I build "custom file field"?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imhomer
    New Member
    • Feb 2012
    • 11

    Where should I store the code when I build "custom file field"?

    I am going through a tutorial book titled "Python Web Development with Django". This tutorial taught me how to create my custom file field, but it did not indicate where should I store the code. Could you please help me?
  • imhomer
    New Member
    • Feb 2012
    • 11

    #2
    I figure it out by myself... Just store it in my application file, then I can import it by using "from ProjectName.App Name import FileName"

    Comment

    Working...