Opened 10 years ago
Closed 10 years ago
#24792 closed New feature (wontfix)
Be able to run a ´makemigrations´ and/or ´migrate´ via url
Description ¶
It would be very useful for systems that couldn´t have too much access to the terminal.
I really don´t know how easy or hard could be, but I´m pretty sure that could be a very useful feature in the future.
Note:
See TracTickets
for help on using tickets.
There's nothing stopping you from using
call_command('makemigrations')
in a normal view. I don't think Django needs to provide anything further to support this use case.