Re: NAS using Django

2016-03-09 Thread Andreas Kuhne
Hi Vayuj, I think you have to be a bit more specific. Django is a web framework, used for creating web applications and websites. A NAS is usually an array of harddrives that has different file sharing protocols attached (for example SMB or NFS). It would be possible to implement something like A

Re: Deploy Django to Heroku - Push rejected

2016-03-19 Thread Andreas Kuhne
Hi, You haven't created the app in the correct heroku way. You have to have a base django project structure. So the following changes I would suggest: 1. Use the standard layout for settings. So a settings.py file with the PRODUCTION settings in and it will find that file. Also make sure you have

<    1   2   3