ismail-s / fireblog

A basic blog (in Python)
https://ismail-s.github.io/fireblog
GNU General Public License v2.0
0 stars 0 forks source link

Combine all commands into one #86

Open ismail-s opened 8 years ago

ismail-s commented 8 years ago

Atm, there is initialize_fireblog_db and uwsgi, one for upgrading/checking/setting up db and one for running the website. It would be good to combine the 2 into one grand command which takes as input an ini file and does whatever it is told to do.

ismail-s commented 8 years ago

The command could be named eg fireblog

Available commands:

Such an API can be created using click

Also, whilst working on this, be aware of #29.