Re: Deploying a Django App on GitHub Pages with the aid of Firebase

2017-01-02 Thread Vijay Khemlani
Github pages is only for static files, so no, unless your application only consists of static html files (in which case you woudn't be using django) On 1/2/17, Mostafa Elgayar wrote: > Is it possible to deploy a Django Application on GitHub pages, by having > the backend on Firebase for example a

Deploying a Django App on GitHub Pages with the aid of Firebase

2017-01-02 Thread Mostafa Elgayar
Is it possible to deploy a Django Application on GitHub pages, by having the backend on Firebase for example and retrieving data using Angular.js which would be deployed on GitHub as something static? If anyone could help me with some steps, I'd be so grateful. -- You received this message beca