Django Bot
>> Blogs
- Our approach to configuring Django, Webpack and ManifestStaticFilesStorage
inchidi
Django Bot
>> Links
- Django: Building REST APIs – Polyglot.Ninja()
- Viewsets - Django REST framework
- GitHub - nephila/django-html5-appcache: Application to handle HTML5 Appcach
- postgis - Adding SRID 3857 to spatial_ref_sys - Geographic Information Syst
Anonymous
Please can someone simplify GIS for me? I really need resources on it right now, I can't seem to understand geodjango even if am following up with the tutorial
Anonymous
Resources and suggestions please
Django Bot
>> Links
- BeDjango: 12 Tips and Tricks for Improved Django Security!
- geex-arts/django-jet
- How to Build a USSD App Using Python and Django
- rosarior/awesome-django: Repository mirror of GitLab: https://gitlab.com/ro
📕Editar📘
Hola a todo
Django Bot
>> Links
- jazzband/django-axes: Keep track of failed login attempts in Django-powered
- orsinium/django-bruteforce-protection: Bruteforce protection for Django pro
Django Bot
>> Blogs
- Save an Auto Generated PDF File to Django model
- For hire
- Efficient many-to-many field lookup in Django REST Framework
- Django, Sitemaps and alternates
- OpenCV & Python: Face Recognition and Identification
>> Links
- Beginner’s Guide to Deploying a Django + PostgreSQL project on Google Cloud
- etianen/django-python3-ldap: Django LDAP user authentication backend for Py
- Save an Auto Generated PDF File to Django model | Coding For Entrepreneurs
- HTML Template to PDF in Django | Coding For Entrepreneurs
- CJKhyperradicals: Chinese characters radicalizer and hyperradicalizer for w
- BeDjango: 12 Tips and Tricks for Improved Django Security! —Planet Python “
- DataTables | Table plug-in for jQuery
- Techiediaries - Django: Resetting Django Migrations —Planet Python “Resetti
Sayan
Im trying to make a comment section for my website but getting this error
Sayan
My comment model has
one to one field to User
Foreignkey to particular blog post
as required
Django Bot
>> Links
- Modern DevOps with Django
- Continuous Integration and Deployment with Gitlab, Docker-compose, and Digi
- jazzband/django-axes: Keep track of failed login attempts in Django-powered
- orsinium/django-bruteforce-protection: Bruteforce protection for Django pro
inchidi
Sayan
damn that compression ratio tho
inchidi
you are using OneToOne there, which is mean one user - one comment. it should be ForeignKey(User)
Sayan
oh
Sayan
Thanks man, finally it is working after scratching my head for 3 hrs 😅
Django Bot
>> Links
- Deploying Django, Postgres,Redis Containers To Kubernetes
- Making React and Django play well together - Fractal Ideas
- Our approach to configuring Django, Webpack and ManifestStaticFilesStorage
- Matthias Kestenholz
- Making React and Django play well together - Fractal Ideas
Django Bot
>> Links
- Deploying Django, Postgres,Redis Containers To Kubernetes
- Making React and Django play well together - Fractal Ideas
- Our approach to configuring Django, Webpack and ManifestStaticFilesStorage
- Matthias Kestenholz
- Making React and Django play well together - Fractal Ideas
Django Bot
>> Links
- python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack O
- Solve pylint import error in Django · Notes of wgundamj44
- Trey Hunner
Spark | fosslife.com
?
Django Bot
>> Blogs
- Demystifying encodings — part 3
>> Links
- Django Edge Documentation
- Django Content Management System | Wagtail CMS
- Roberto Rosario / awesome-django · GitLab
- Full stack Django: Quick start with JWT auth and React/Redux (Part II)
- Full stack Django: Quick start with JWT auth and React/Redux (Part I)
- Django Edge Documentation
Luis
Good evening brothers.
Luis
I have that task
Django Bot
>> Links
- Progress bar upload for Django
- A comprehensive Django CBV guide — /var/
Luis
I am thinking some like this:
{% load thumbnail %}
{% if widget.is_initial %}
{% thumbnail widget.value "250x250" crop="center" as im %}
<img width="250"
height="250"
src="{{ im.url }}"
class="attachment-food_wp_thumbnail-blog-grid size-food_wp_thumbnail-blog-grid wp-post-image"
alt="{{ author.get_full_name }}"
srcset="{{ im.url|resolution:"2x" }}"
sizes="(max-width: 250px) 100vw, 250px"
>
{% endthumbnail %}
{% if not widget.required %}
<input type="checkbox" name="{{ widget.checkbox_name }}" id="{{ widget.checkbox_id }}">
<label for="{{ widget.checkbox_id }}">{{ widget.clear_checkbox_label }}</label>
{% endif %}
{{ widget.input_text }}:
{% endif %}
<input type="{{ widget.type }}" name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
inchidi
Abhi
i want to run django shell directly in sublime text instead of going in terminal and running python manage.py shell, any suggestion what should i use ?
Anonymous
Abhi
what plugin ?
Abhi
@inchidi need some help buddy
Abhi
i made virtualen using the command virtualenv -p python3 venv
Abhi
so when i am asked to give virtual environment path should i give the path to venv like /dev/sda/venv/' or any subdirectory inside this `venv directory ?
inchidi
Abhi
Abhi
anyway worked with SublimeREPL ?
Django Bot
>> Jobs
- WallJAM - Python/Django Developer urgently needed
>> Blogs
- 3rd Party Haar Cascades in OpenCV
- How to add a watermark with overlays using OpenCV & Python
>> Links
- How To Install Django on Ubuntu 16.04
- PyCharm: Webinar Recording: “Getting the Most Out of Django’s User Model” w
- agconti/cookiecutter-django-rest: Build best practiced apis fast with Pytho
- Using Django Inside the Tornado Web Server | Lincoln Loop
- 10 Tips for Upgrading to Django 2.0 — Eldarion Blog
- Making React and Django play well together - Fractal Ideas
Anonymous
I am new to python and I am working as database administrator. I would like to generate the server statistics as HTML report. Please suggest to me how to start.
Leo
Well, i’m not shure if Django would be the right framework for that, although it is possible anyways. Django is a MVC-Framework, it’s main features are retrieving rows of tables that are mainly generated by django itself. You define a Model in Python/Django and Django manages the creation of the according tables. If you want to access any Object, you take the Model class in Django and filter for the Object you want, it gives you a Python Object populated with the data from the database.
I think what you are planning to do is mainly only retrieving data from the database meta tables. Of course there are ways to retrieve this data with django as it it possible with any other framework that is capable of working with databases, but you would just need a really small fraction of Djangos capabilities and would use a really heavy framework for a very lightweight application
Django Bot
>> Links
- Django2(Python3)+Mysqlの開発環境をDockerで構築 - Qiita
- Django 2.0 released | Hacker News
- Deploying Django | Django documentation | Django
- Djangofriendly » Django host reviews and resources
- How to deploy Django with Docker - Stavros' Stuff
- Making django CMS as easy to install as WordPress
Syed Jafer
Hi
Syed Jafer
How to setup django in apache server in centos .
Django Bot
>> Links
- Demystifying encodings — part 3 — Django deployment
Django Bot
>> Links
- Our approach to configuring Django, Webpack and ManifestStaticFilesStorage
Syed Jafer
Any ideas of projects in django
Syed Jafer
Or any opensource project or your projects to contribute .
Syed Jafer
Or anytasks to develop
NOUFAL BABU
Hi, in Django 2 where can I put my template folder and static folder by default, in app or in project folder ???
Django Bot
>> Links
- django-cabinet - Media library for Django — django-cabinet 0.7 documentatio
Ahmad
Ahmad
anyone have idea or experience about microservice with django or flask? which one is good? what type of architect i must use? or some good book or video about it
Django Bot
>> Jobs
- Full Stack Web Developers (Django / Python)
Django Bot
>> Links
- Welcome to DjBurger’s documentation! — DjBurger 0.8.1 documentation
- Dramatiq: simple task processing — Dramatiq 1.1.0 documentation
Django Bot
>> Links
- Lessons learned from migrating to Python 3 - Rhett Trickett - Able
Django Bot
>> Jobs
- Head of Data Science (m/f)
Django Bot
>> Blogs
- Offline messages for Django
>> Links
- python - Django migration strategy for renaming a model and relationship fi
Anonymous
Django Bot
>> Links
- GitHub - thread/django-lightweight-queue: Lightweight & modular queue and c
Anonymous
Iman
N S
How to use django admins stacked inline in my templates
N S
I want insert data into database that contains a foreign key for that i am using admin stacked inline. I want this functionality in my app as well how do i do it
inchidi
inchidi
inchidi
N S
N S
I am creating a attendance app using django can you tell me how to create a model that can accept attendances for 6 subjects each subject has 1hr allotted time. I have another table called students which contains the list of all students that are studying. How do add the attendance of these students in the attendanve table
N S
How to make a entry into attendence table like rollno, student name,1st hour, 2nd hour.. etc
N S
Student table contains all information related to a student
inchidi
N S
I am actually adding the attendance daily
N S
N S
How to use stacked inline tenplate in your app template
N S
inchidi
N S
Yeah its correctly working
inchidi
Django Bot
>> Links
- How to Setup a SSL Certificate on Nginx for a Django Application
Omps
Hi guys