Revage internet and technology. Everyone has a smartphone, everyone’s effort to exist on social media, seen and drop- off, fine writings, tweets when we say that internet is a part of our lives, like bread, like water, it has become indispensable. The next generation is more in this situation. And yet, when a guest comes…
Month: December 2019
Python Escape chracters
If you’re engaged in programming and interested, you’ve seen or heard escape signs or escape sequences from somewhere. You’re very likely to make this mistake at the end of many of the busiest hours and shifts of many projects!!! As with many reasons for this, the most common and overlooked problem is the forgetfulness of…
[baglanti_kare][space] [baglanti_yatay] [partner] [space][goruntu_kare]
Create a django project with Pycharm
When developing an app, we use editors to make things easier. The most familiar and most widely used editor for Python is pycharm. What is Pycharm? Integrated Development Environment with many tools that can organize the development process, enabling computer programmers to develop software quickly and comfortably, and the efficient development process a type of…
T.A.B: Django also link to the added menu
When you make a page with Django, we write a code to add it to and activate it: What’s all this?[goruntu_kare] The purpose of this is to show that page actively on which ever page you are on. That’s how you’re adding the menu. So, how you registered the menu page (navbar.html) enter it and…