Anonymous
Anonymous
inchidi
ah
Anonymous
Anonymous
Use some established ones
Django Bot
>> Links
- How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | D
Combot
combot.org/chat/-1001146340312
Django Bot
>> Links
- python - Django in Docker using PyCharm - Stack Overflow
- Wagtail - an open source content management system (pt. 2)
- How To Start A Django App Using Docker With Pycharm |ルーキング 開発第0部のブログ
- Using Cookiecutter to Jumpstart a Django Project on Windows with PyCharm |
- Django development with Docker — A step by step guide
Daniel
wow interesting one
Daniel
is the bot open sourced?
inchidi
Daniel
Daniel
first time I see stats on a telegram group😁
Daniel
and it's an awesome feature
inchidi
umm i dont know, afaik its not open source
Daniel
ah ok then
Daniel
btw
Daniel
I want to share an interesting channel that publishes weekly articles regarding Python/Django
inchidi
Daniel
Daniel
Here it is https://t.me/python101
Daniel
https://github.com/orsinium/django-bruteforce-protection
Daniel
Daniel
if you want to increase security a little
Daniel
although you need Redis for caching...
Daniel
it applies for high-load Django servers
Daniel
Daniel
Daniel
it is powerful indeed
Daniel
also has lockout mechanism for multiple attempts
Daniel
which takes you some pressure off
Daniel
I'm curious if there are any articles on how to harden your Django Server
Daniel
the Django docs softly touches this matter but don't go very much into details
Daniel
I know it's Flask but, I'm referring to the security practices mostly
Daniel
Security Knowledge Framework
https://www.securityknowledgeframework.org/
Django Bot
>> Links
- How To Serve Django Applications with Apache and mod_wsgi on Ubuntu 16.04 |
ilyandho
ilyandho
ilyandho
thanks
Luis
Daniel
Daniel
it pinpoints everything you need to know when developing
Django Bot
>> Links
- Django Logging, The Right Way | Lincoln Loop
Daniel
https://tech.coffeemeetsbagel.com/testing-django-with-pytest-debugging-a-teardown-failure-acfa4103aa67
Molo
I'm trying to add some data to my table using the python shell.
I've imported the models into myapp.models
but i keep gettinfg error message
app.models.DoesNotExist
Molo
can anyone help please
r0b0t
Send a screenshot please
Molo
the app name is ayindescrumy and the model is ScrumyUser
r0b0t
Have you added any items to your database?
Molo
yes
Molo
three models actually
this one is one of them
r0b0t
Try
Y = ScrumyUser.objects.all()
Then print Y
Molo
this is wjhjat i got
inchidi
you are using django 2 and python 2?
Molo
Python 3.6.5
Anonymous
I guess your mysql service is dead
Anonymous
or it had any problem and it had to reboot
Anonymous
you can try to start your mysql service again
Molo
let me restart it and try again then
inchidi
inchidi
note that this error doesnt related with your second error
Molo
I'm using xampp mysql
Django Bot
>> Links
- How to Add Custom Action Buttons to Django Admin – Haki Benita – Medium
Daniel
morning guys
inchidi
i think it depends on what payment method you want to accept. most complete free themes i know is adminLTE.io
inchidi
@alqumayzi yes you must do that, payment gateway that serve popular payment method in your region must be exits out there
inchidi
alright good luck
Django Bot
>> Links
- Django in Production: Part 1 - The Stack
- Django CORS, HTTPS and WSGI setup - Stack Overflow
R
How could I solve this in order to get the selected one as the latest?
Django Bot
>> Links
- Introduction — Django Admin Cookbook 2.0 documentation
- Rerun a Django data migration - Stack Overflow
- Update JSONField for Django 1.11 by ezheidtmann · Pull Request #200 · dmkoc
- 'User' object has no attribute 'message_set' · Issue #62 · grantmcconnaughe
- How to Build A Todo App With Django – Oyetoke Tobi Emmanuel – Medium
- Semaphore Community: Dockerizing a Python Django Web Application
inchidi
Django Bot
>> Links
- Heroku ☁️ + Django 🐴 = 🚀 · GitHub
R
Something like this. I need to autoincrease the reference last number in a string which I do through regex but the problem is that when reference last number goes from 9 to 10, I can't query the last one properly
inchidi
R
Yes, lets say each 'customer' has a code and each request that he creates should have a reference string indicating it's a request, a customer code and a counter which should auto increase