Can i user djangos admin for users also , i am buildng an algo trading bot in django [closed]
Currently, I am building an algorithmic trading bot with Django, and I don't expect many users—mainly just me and a few of my friends. Given this, do I need to implement custom templates for user interfaces, or can I simply use Django's default admin interface for managing users as well?
a user can be able to activate the avalialbe startegy and the trade will automatically happen