mohamed
Intermediate level python
New Boston python is enough?
Anonymous
Huh?
Lapanit ☃️
New boston tutorial is bad
Lapanit ☃️
Try Sendtex
mohamed
Sentdex?
inchidi
New to Django? here is some resource to start Official docs tutorial Step by step tutorial Video tutorial Another video tutorial Books Django by Example Tango With Django
mohamed
Can you send me a link
Yega
For learning python, the best place is official documentation.
mohamed
Anonymous
Till Classes and stuff?
mohamed
Sentdex link please bro for python
mohamed
Try Sendtex
Batman: Sentdex link please bro for python
Anonymous
Damn, you have to be patient
Lapanit ☃️
Lapanit ☃️
Also dont tag me, i want silence :)
Anonymous
;)
Lapanit ☃️
Mute
Vibrates
Lapanit ☃️
So don't
inchidi
Batman: Sentdex link please bro for python
https://www.youtube.com/watch?v=FNQxxpM1yOs&list=PLQVvvaa0QuDeA05ZouE4OzDYLHY-XH-Nd
Django Bot
>> Jobs - Python Site Reliability Engineer / DevOps >> Links - Intro to Django - YouTube - YouTube
inchidi
>> Jobs - Python Site Reliability Engineer / DevOps >> Links - Intro to Django - YouTube - YouTube
@Mdimthi this Intro to Django tutorial will fit with you too i think
harisai | హరి సాయి
as we have users and privileges in mysql or any other database can the same functionality be built using django for say i have a employee whose role is x and depending on the job role the employee should have access to things which the user is permitted to
Django Bot
>> Jobs - Backend Engineer (Python) - Chief Techlead >> Blogs - Automatic Created and Updated DateTime Fields for Django Models >> Links - Cut down database imports by a third using this one weird trick
mohamed
Batman: Bro anybody tell Django is used include api or not
mohamed
Batman: Batman: Bro anybody tell Django is used include api or not
mohamed
Batman: In Django programming,is it possible to add weather api?
Javi
In django you can develope your own API
Django Bot
>> Links - #22667 replaced occurrences of master/slave terminology with leader/followe
mohamed
Batman: import time, json, requests def btstamp():     bitStampTick = requests.get('https://www.bitstamp.net/api/ticker/')     return bitStampTick.json()['last'] while True:     btstampUSDLive = float(btstamp()) print "Bitstamp Price in USD =", btstampUSDLive time.sleep(2)
Django Bot
>> Blogs - When to Use MongoDB with Django >> Links - Support for ManyToManyField in ClusterableModel. by theju · Pull Request #3 - 20tab/django-taggit-live: It's an autocomplete widget for django-taggit Tag - customizing the selectmultiple widget to enable autocomplete or best approa - When to Use MongoDB with Django - The best software engineering conferences of 2018 - chatire: Real time Chat application built with Vue, Django, RabbitMQ and uW
Anonymous
Hey any one there ?
Anonymous
Actually i m building a tutorial website with django and need some help
Anonymous
ask
Anonymous
How should i every time post the tutorial from my website so that the users can see it ..actually i only want to post tutorials and Don't let the users to do so .
Anonymous
Should i do it every time with django adminpanel
Anonymous
What if when i upload my django website to heroku
Anonymous
ask
Hello ? 🙁any one please help me out and tell me the most robust way about how it must be done ?
Django Bot
>> Blogs - Kicking into gear from a distance - Install Tensorflow GPU on Windows using CUDA and cuDNN >> Links - When to Use MongoDB with Django - How to Add Custom Action Buttons to Django Admin – Haki Benita – Medium
Kurian
What if when i upload my django website to heroku
You should change database from sqlite to Postgres
Anonymous
Anonymous
?*
Kurian
Can you clarify it little bit more.m
I meant u need to create login account, so you can login as user
Anonymous
Okay ...but i dont have any authentication system in my site.
Anonymous
I haven't implemented loginview or signupview
Kurian
Okay ...but i dont have any authentication system in my site.
Your need is so that You can only upload tutorials and ordinary users can just see it . Right?
Anonymous
Yes yes yes
Anonymous
Thats what i need
Kurian
Should i do it every time with django adminpanel
If so you should do this, else implement an login as I told. Implementing a login system can make you a better django Developer though
Anonymous
Okay thanks one last question , suppose i implemented a login system than after what sould i do to post the tutorial should i do it with another "createview" as long as i know createview lets every user to upload some thing how should i then limit it to myself only.
Kurian
Okay thanks one last question , suppose i implemented a login system than after what sould i do to post the tutorial should i do it with another "createview" as long as i know createview lets every user to upload some thing how should i then limit it to myself only.
You should only allow one user man,You can restrict using option in Admin (I am not specific). If you have just started django ,I will not recommend you do not itself login system
Anonymous
Thanks 😊
Kurian
Welcome bro, let us know when you complete the website😊
Django Bot
>> Blogs - How to Implement Dependent/Chained Dropdown List with Django >> Links - How to Implement Multiple User Types with Django - Building An API With Django 2.0: Part I | Tag1 Consulting - Realtime Django Part 2: Build a Chat application with django, RabbitMQ and - Welcome to djoser’s documentation! — djoser 1.1.5 documentation - Building An API With Django 2.0: Part I | Tag1 Consulting - Adding the Django CSRF Protection to React Forms • techiediaries
Anonymous
@madcodez by don't we use pastebin.com
Anonymous
What's the issue?
Anonymous
I am not able to understand what exactly is your issue and what you are trying to do.
mλdcodez
i think it's a browser issue,
mλdcodez
sorry for my nonsense question. :)
mλdcodez
Thanks for your time guys :)
Django Bot
>> Links - 9 Django Tips for Working with Databases – Haki Benita – Medium - Mozilla l20n — Translate Toolkit 2.2.5 documentation - 9 Django Tips for Working with Databases – Haki Benita – Medium
Django Bot
>> Links - django-ajax-selects — django-ajax-selects 1.4.0 documentation - koalixcrm/views.py at stable · tfroehlich82/koalixcrm - revsys/django-test-plus: Useful additions to Django's default TestCase - django-timepiece/timepiece/contracts at develop · caktus/django-timepiece - 12 Tips and Tricks for Improved Django Security! - Blog | BeDjango - 9 Django Tips for Working with Databases – Haki Benita – Medium - Databases | Django documentation | Persistent Connections - Welcome to django-braces’s documentation! — django-braces 1.12.0 documentat - 9 Django Tips for Working with Databases – Haki Benita – Medium
黒の戦士
Hello guys how are you doing? Please i want to connect my phone to test my django app in condition. But i dont realy know how to connect my phone to django server. I'm using win10. I've tried hot spot but nothing. Help please
黒の戦士
Yes
inchidi
i'll recommend you using ngrok to make your localhost online tho
inchidi
its easier, but you can try python manage.py runserver 0.0.0.0 to make it available via wifi
黒の戦士
Ok thanks inchidi
黒の戦士
I try and i'll show you the feedback
Django Bot
>> Links - How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | D
Anonymous
And somehow that thing has no relevance with this group
inchidi
may i warn you? its almost 1 year with no warn here. i'll be happy to throw one