Follow me!: Follow @EricTheCoder_
Start a new Django project
# Create et access project folder
~$ mkdir project_name
~$ cd project_name
# C...
For further actions, you may consider blocking this person and/or reporting abuse
Nice article, Very helpful specially to those whos starting into python :)
I started making one for myself with just a simple text file ... then I came across this JEM! Kudos!!! ... Super comprehensive, exactly what's needed to get a django app up-and-running, and obviously the ultimate cheatsheet. I'll definitely be contributing to this, if on github. Thanks.
For context, I started working on a couple of websites using only python(django backend and frontend, bootstrap with literally 3 manually coded Javascript calls for charts, dynamic search in tables, ...) a couple of months back.
hey, eric
Nice post
I want to learn Django I know python very well.
could you point me towards some resources and advice on how to master django?
Hi,
One of the best Django learning site: learn.justdjango.com/roadmaps/djan...
All the basic stuff is free. Hours and hours of great videos.
Thanks 👍🏻
Wow, thanks for that resource.
Hi there! I wanted to reach out and let you know that your cheat sheet is amazing. I find myself referring to it whenever I forget something and it always has the answer I need. Thank you so much for creating it! I would love to see more of your work, so please let me know where I can follow you. Thanks again for all of your hard work!
oh damn, that faker just saved me a lot of time testing stuff, thanks
Hi, nice article.
Just litle mess (dot repeated twice) on
Deleting
article = Article.objects.first()
article..delete()
Thanks. Corrected
NIce! Just want to say - switched to pipenv from pip+venv and oh my, does it make my life easier!
Yes good advice! I use pipenv too but for the cheat sheet I decide to go for the native way.
Precise and yet very comprehensive. Thanks
Very useful, thanks
nice, thanks!
Brilliant work 🙌👌
what about how to get request get and post data?
Such an incredible resource 👏👏👏
Impressive, very helpful. Made my journey to Django easier, I was struggling with the official documentation.
nice keep update please
This is really helpful cheat sheet . Thank you very much. From your perspective, what would you add that is maybe missing ? Pagination, Internationalization ?
Nice Very help to revise
Amazing Work !
oooh we have a faker in django nice ..we sure learn everyday.
can i get this kind of theme for vs code
Might be this
marketplace.visualstudio.com/items...
Great job.
fix some = in if statement to == :)
user.username = 'Mike'
data = 'Mike'
first_name + last_name = 'MikeTaylor'