where to place class file common to all apps in a django project? -
i creating custom decorator class use in each app in django project. best place put class file?
i thinking creating app in project called "utils" or something.
is there standard situation?
atma - make application using manage.py startapp myapp
command.
it seems if know do. not sure why posted here.
you can extend existing classes. it's pretty straightforward.
Comments
Post a Comment