|
|
|
|
|
by raverbashing
4864 days ago
|
|
Running a Hello World is easy Maybe they got it to be easier in Azure, still, here's a couple of things they didn't show how to do and is usually a pain: - serving static resources (easier with newer Django versions, still) - serving in a subaddress (like serving it from mycloud.com/myapp) - Using MSSQL with it (there are Django adaptors, but last time I tried there were some issues) |
|