I was initially attracted to Django for many reasons.
- Python and C are my most-comfortable languages.
- Python is entirely server side, eliminating the CORS issue I struggled with earlier
- Django is amazing when it comes to database management and dynamic page layout - two things that are crucial to my site.
I'll spend this week learning the ins and outs of Django.
- How to use Django with a public domain name rather than localhost
- How to use Django to implement logins and display data based on data imported from canvas and the game server into an sqlite database.
- How to use Django to display a beautiful, user friendly webpage
- Pretty much just how to use Django.
No comments:
Post a Comment