Change command run to migrate, start to run
Closed this issue · 0 comments
radiac commented
With #10 adding nanodjango serve
, the run
and start
commands become even more unclear.
- Change
nanodjango run
tonanodjango manage
and remove therunserver
default. This will then directly mirrormanage.py
and make more sense to people who know django - Change
nanodjango start
tonanodjango run
. This is going to be the normal way most people prototyping and sharing files will use nanodjango, so it should be something simple and obvious -run
seems clearer thanstart
and less likely to get confused withserve