Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You can always switch to our ASP.net platform, when you need the best alternative.
-
Django is very powerful ,I've been using it for my recent projects.things to remember .you might not understand some of these pointers but you can always use it for future reference.
1)you can't write pure Python in your templates,check out the Django template language.
2)make sure your URLs.py file has the URLs you want to go to.
3)just for future reference.in your views.py if you ever want to pass a model into your template.make sure you define the model within your view function and not in the global scope
4)try using bootstrap with Django.
5)make sure you put all your js and CSS files in your static folder and not with your templates
6)always make migrations and migrate after you make any change to your model. -
I love Django, it's a really nice way to get into backend! You don't even need to be an expert at python to make something cool!
-
vertti4537yWhat kind of stuff is it best suited for? Heavy computing? Fast networking? Or something else?
Related Rants
-
kebob32FUCK MY BOSS WHEN HE SAYS HE DIDNT SEE ANY UI CHANGES AFTER NOT SLEEPING FOR 24HRS TO GET THE ENTIRE BACKEND R...
-
oskaryil29Is it just me or are you like this too? 😆 #devLife
-
StanTheMan4Hired a new backend Dev. He writes a script and sends it for testing... Tester: "It's not working..." Backend ...
Started learning django..
Backend! here I come..
undefined
backend
django
new start