Deploying a Django App on GitHub Pages with the aid of Firebase
399 views
Skip to first unread message
Mostafa Elgayar
unread,
Jan 2, 2017, 5:44:30 PM1/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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.
Vijay Khemlani
unread,
Jan 2, 2017, 6:21:01 PM1/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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)