biswaz
Biswas: Greetings developers. We're planning to conduct a Django Girls workshop @ Govt Engineering College Sreekrishnapuram Palakkad, Kerala, India. This is a free event conducted under the supervision of the international organisation, Django Girls Foundation and hence we will be potentially sponsored by companies like GitHub, Elastic etc. We're in the early stages of planning. We would like people with good django knowledge to come forward as coaches. If someone is interested please contact me. It will be a silver feather to your career.
Anonymous
Nice
Anonymous
Will remote coching work?
biswaz
I'm not sure. There will be a lan party for setting up the night before the event. Maybe you can help there
Anonymous
I'm not talking only about myself
Anonymous
But, I guess some people here can help but they can't be there
biswaz
They can surely help setting up installation and all
biswaz
If they're interested ping me
biswaz
I'm starting a django project in GitHub. We have a separate team for frontend and backend. So should I create another repo for html and css and copy the code from thay
biswaz
So that both teams can work on their own
Anonymous
Nope
Anonymous
Front end and back end is seperate on django anyway
Anonymous
But they work in conjunction
黒の戦士
Hello guys please can someone send me a good tutorial on heruku and python anywhere? 🙏🏾
Anonymous
Heroku docs are good itself
Yega
Hello guys please can someone send me a good tutorial on heruku and python anywhere? 🙏🏾
follow official docs for everything, they now most about their stuff and are most up to date
黒の戦士
Thank you guys
Django Bot
>> Links - 25 of the Most Popular Python and Django Websites - Shuup - The Retail Soft
😼
Using mac theme
Django Bot
>> Links - Asynchronous Processing in Web Applications, Part 2: Developers Need to Und - Installing Python on Mac OS X — The Hitchhiker's Guide to Python - Deni Bertovic :: Celery - Best Practices - Asynchronous Processing in Web Applications, Part 1: A Database Is Not a Qu - First Steps with Celery — Celery 3.1.23 documentation - Getting Started Scheduling Tasks with Celery | Caktus Group - Security in Django | Django documentation | Django - A Primer on virtualenv | Chris Scott - Bitcoin Checker - Django Class-Based-View Inspector -- Classy CBV - Introducing Celery for Python+Django - LINUX For You - A non-magical introduction to Pip and Virtualenv for Python beginners - Dab - Virtual Environments — The Hitchhiker's Guide to Python - User authentication - Using Django - Deployment checklist - Class-based views - Django class-based views vs function-based views... - Shady Acres - Django at a glance - API Reference - Managing static files - CSS - make it pretty · Django Girls Tutorial - Virtualenv Tutorial Part 2 - How To Tango With Django 1.7 — How to Tango with Django 1.7 - 15 Key Resources to Learn Django - Yipit Django Blog
Abhi
i have a local ubuntu server installed in my office, and a django server is running over there
Abhi
since during normal sever run, it is http but i want to convert it to accept https request, how can i do it ?
Abhi
will that be enogh ?
inchidi
it should be
Abhi
let me try then
inchidi
you also need to buy/generate your ssl certificate tho
Anonymous
Well you only have to change config
Anonymous
And verify the https certificate
Django Bot
>> Links - Django project optimization guide (part 3)
Abhi
Anonymous
I'm driving
Abhi
ohk
Anonymous
But which server are you using?
Abhi
i have a ubuntu 16.06 server installed
inchidi
can you suggest any blog post ?
try this https://odinsql.com/2014/12/free-ssl-with-cloudflare-openssl-and-nginx-on-ubuntu/
Anonymous
i have a ubuntu 16.06 server installed
No I mean nginx or Apache?
Anonymous
In nginx only a couple of lines would have to be added.
Anonymous
Yeah, it's easy
Anonymous
Search let's encrypt tutor risk.
Anonymous
Tutorial
Abhi
okay
Django Bot
>> Jobs - Mid-Level Django Developer >> Links - What is Flake8 and why we should use it? – Python Pandemonium – Medium - jpichon.net | Testing django admin customisations - python - Using ABC, PolymorphicModel, django-models gives metaclass conflic - python - What is unicode_literals used for? - Stack Overflow - Django-Choices — Django-Choices 1.6.0 documentation - Building An API With Django 2.0: Part I | Tag1 Consulting - How to turn Django Admin into a lightweight dashboard - Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus
Django Bot
>> Links - Django project optimization guide (part 2)
Django Bot
>> Links - aldryn/aldryn-boilerplate-bootstrap3: Divio opinionated django CMS boilerpl
Django Bot
>> Blogs - Adding the Django CSRF Protection to React Forms
Abhi
my config file looks like this https://codepaste.net/fjdr8h
Abhi
it should now redirect to https right @inchidi @Sin_atra ?
Iman
it should now redirect to https right @inchidi @Sin_atra ?
If you want ur site be https only yes you should
Anonymous
There is a macro for it।
Abhi
that hard coded ip is my server public ip, when i am visiting the address i am not getting redirected to https
Abhi
it gets stuck with when i am making the request with https
Anonymous
Do you have a domain?
Komang
Ups sory, remove nginx redirect script and you can set on settings.py to use ssl
Anonymous
How to implement microservice approach with python?
Django Bot
>> Links - healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail
Abhi
Do you have a domain?
i don't have a domain
Abhi
You can share your ip
you mean the approach is correct, right ?
Anonymous
Then how would you verify the https certificate.
Komang
you mean the approach is correct, right ?
Yeah remove configure for port 80 and add secure ssl redirect on settings.py
Ismael
Hi all!
Abhi
Yeah remove configure for port 80 and add secure ssl redirect on settings.py
even if the config is correct, it is not getting redirected to https when i am visiting the http version
Komang
After i check again port 443 for protocol https still closed. You can check with command netstat -tuplen for make sure port number already open
Komang
And check again for firewall blocking port you must open port 443 to your ip public
Abhi
and i can see 443 is listening
Anonymous
is it showing any error or just continously loading
Abhi
what ?
Abhi
the https request ?
Anonymous
no when you open http version
Abhi
http is opening normally
Anonymous
no redirection to https?
Abhi
it is not getting redirected to https
Abhi
i have self signed certificate