Opened 10 years ago
Closed 10 years ago
#24792 closed New feature (wontfix)
Be able to run a ´makemigrations´ and/or ´migrate´ via url
Reported by: | Miguel Angel Velazco | Owned by: | nobody |
---|---|---|---|
Component: | Migrations | Version: | 1.8 |
Severity: | Normal | Keywords: | makemigrations, migrate, UI, UX |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.