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
黒の戦士
Thank you guys
Django Bot
>> Links
- 25 of the Most Popular Python and Django Websites - Shuup - The Retail Soft
😼
Using mac theme
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 ?
inchidi
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
Abhi
Anonymous
I'm driving
Abhi
ohk
Anonymous
But which server are you using?
Abhi
i have a ubuntu 16.06 server installed
Anonymous
Anonymous
In nginx only a couple of lines would have to be added.
Abhi
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
Anonymous
Anonymous
There is a macro for it।
Abhi
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
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
Anonymous
Then how would you verify the https certificate.
Ismael
Hi all!
Komang
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
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