Sarjat
Yaa it's already there on github go to Alphonse-03 The project name is CrabbyCoder
Sarjat
I TOO registered and logged in, but i can comment only, i see no option to write posts
Yes you can only see the comments if registered and in this blog only admins can post
Yuvraj
cuz you said adminS
Sarjat
You have to request me 😅lol
Yuvraj
😂
Yuvraj
You have to request me 😅lol
https://github.com/YuvrajGeek/flask-blogging-network Check this out btw
Sarjat
I have never worked with flask
Yuvraj
I have never worked with flask
Ooh, you should try it out once After Flask, Django will seem like an absolute charm Start with a simple weather app I made like this https://weathermillennia.herokuapp.com/
Sai
does it work for windows?
Windows scheduler
Darth✧
Hello guys I am processing some data in one view and I want to send that processed data ( output ) in the another view ( next template) ....is it possible?
Darth✧
Yes
How ?
Yuvraj
Well its based on APIs
Yup, but it gives you an insight into Template language and forms
yohannes
Can I deploy django website for free
Kaia
Can I deploy django website for free
You can deploy for free on heroku
Doragonsureiyā
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box, write down the same words you asked here Step 4: Read the first results
Javad
How
choose the free plan)
Kaia
How
There are lots of guides how to do it. Just google it.
yohannes
Tnx..
Anonymous
Can we deploy django project on firebase ?
yohannes
What is firebase
jk
What is firebase
Backend as service for mobile app and websites, firebase is serverless which mean you don't need to worry about the server. For more info kindly ask mr Google😁
Anonymous
design and implement a Django application with User and ActivityPeriod models, write a custom management command to populate the database with some dummy data
Doragonsureiyā
Where should I start ?
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Yuvraj
Crabby , change the admin url, i am on the admin panel currently 😉
S Sidharth
Has anyone worked with MS-Sql in django? Need some titbits to get started
Yuvraj
try admin/admin as user and password now
i tried, its incorrect. let's not try to enter the admin panel
Yuvraj
Has anyone worked with MS-Sql in django? Need some titbits to get started
nope, i just use SQLIte3 for development and Postgres for deployment
cj
Has anyone worked with MS-Sql in django? Need some titbits to get started
don't use MSSQL with Django, you'll have bad times and a lot of headaches
cj
don't use MSSQL at all for anything 🤷🏻‍♂️
cj
yeah probably, is my strategy correct ??
I use PostgreSQL for development and production, because I use some features that Django has only for PostgreSQL
cj
but it what you do works for your tasks, then keep it
Yuvraj
but it what you do works for your tasks, then keep it
surely, are you a learner, freelancer or a professional ?
S Sidharth
don't use MSSQL at all for anything 🤷🏻‍♂️
Ya true. I am seeing this everywhere in the web. But the client's db is Ms SQL. That's the issue
cj
Ya true. I am seeing this everywhere in the web. But the client's db is Ms SQL. That's the issue
then you have 2 options: - Tell the client to stop using MSSQL and use PostgreSQL - Don't use Django/Python and use another framework and language that works with MSSQL
Vitaliy
Django works ok with mssql. But it's a bit uncommon combination.
Yuvraj
How to implement this feature???
just go to the urls.py file of the project (not the app) and there, change the path('admin/', admin.site.urls). from "admin/" change it to some random string like "v6o&tf@=iz6@nuj$3l=#)3c@nj9k8ho=$z*3pt0@_3i(y6zyn@"
Yuvraj
but keep in mind the usage of special characters in the urls
Yuvraj
its exclusive and limited
Amirhossein
Hi dear friends , I have a question How to start learning django ? is the document good for ? I know about python well but not professionally please help me thanks
cj
Hi dear friends , I have a question How to start learning django ? is the document good for ? I know about python well but not professionally please help me thanks
yes, documentation is good enough, the next step could be buying "Two Scoops of Django" book, it's s good one when you already know Django
faran
https://stackoverflow.com/questions/64260469/find-max-min-and-avg-of-a-set-in-django this is my question, would you please check it and give me your ideas,i've really got stuck. thanks
Vitaliy
https://stackoverflow.com/questions/64260469/find-max-min-and-avg-of-a-set-in-django this is my question, would you please check it and give me your ideas,i've really got stuck. thanks
You already have the answer: use aggregate(), annotate() https://docs.djangoproject.com/en/3.1/topics/db/aggregation/ Don't hesitate to read the docs, it's free.
S Sidharth
Django works ok with mssql. But it's a bit uncommon combination.
Yes. But I have a lil bit doubt in setting it up coz I have been using postgres and default sqllite . that's why
Vitaliy
So what if you have been working with Postgres? It's not a religion, it's just a database.
S Sidharth
So what if you have been working with Postgres? It's not a religion, it's just a database.
Ya I meant , for postgres we had psycopg and when I searched for ms-sql it was showing some msodb . And that too were showing issues after installing
S Sidharth
That's why
S Sidharth
I'm just an intermediate dev. Not that much proficient
Suraj Rajput
Hello everyone, Please help me to understand that where and how should I start learning django+react ? Because i want to use both them .
cj
Ya I meant , for postgres we had psycopg and when I searched for ms-sql it was showing some msodb . And that too were showing issues after installing
neither Django nor Python itself work well with MSSQL, you'll have more problems than solutions and you'll waste your time
Daniel
Hello I want to reorder the dashboard(menu) in the admin, group them differently, for example group of athentication with and own app in the same group. I'm using django 2.2. any idea thanks
John
Please I have been battling with this: I'm looking for a way to style my django form with tailwind css so in my template, how do I render the form so that I will be able to style both the <label> and the <input>? Instead of just using {{ form }} to do all the magic.
Fitri
First things First, do not use Django 2.2
why not? it has a long term support and much more packages supported compared to 3.x
cj
First things First, do not use Django 2.2
Django 2.2 is LTS and it's perfect to be used without any problem until 2022-Q1, please don't confuse people
Yuvraj
It is reassuringly safe but there are some considerable amount of minor changes here and there. Going for a version slightly below the latest version is always a wiser choice. 2.2 MAY cause discomfort in development in future. I am not confusing people. No foul intentions.