wiedi / kumquat

small webhosting management portal
MIT License
15 stars 5 forks source link

Feature/subaddress extension #14

Closed drscream closed 9 years ago

drscream commented 9 years ago

This pull request add the subaddress extension feature to the GUI. Because it requires an additional database entry and we're using django 1.6.x we couldn't migrate easily.

By updating the MIBE image later we need to be sure the database is updated correctly which will not work by running ./manage.py syncdb.