When I have a view that helps in uploading of a file , I want it to be stored in the database , which is only possible if I run syncdb . But , till now I know how to run python manage.py syncdb at the python command line . How do I make it run automatically when I upload some data ?
Share
A little bit hacky way: