grnet / panoramix

PANORAMIX repo
GNU Affero General Public License v3.0
19 stars 8 forks source link

declare django as an extra dependency #2

Open kalikaneko opened 7 years ago

kalikaneko commented 7 years ago

If possible, it'd be sweet to have the web api / admin being an optional install. What do you think about declaring a panoramix[webui] extra for this purpose?

kalikaneko commented 7 years ago

maybe peewee is an alternative just for using the orm

gkorf commented 7 years ago

We are planning to split the code into two python packages: server side and client side. Django is a dependency for the server side only. A mixnet contributor or an end-user will just need the client code.