Knowledge aniphy

Knowledge aniphy

This Blog cover all aspects of knowledge Maths, Physics, Computer, Programming, Hacking, Java, HTML, CSS, SEO, Animals

Friday, February 14, 2025

Use Celery to make pdf from HTML page

›
  Why Use Celery in Django? A Complete Guide to Installing and Using Celery 🚀 Django is a powerful web framework for building scalable app...

Connect Google Sheet with python project using Service-Account

›
  Connecting Google Sheets with Python Using a Service Account 🚀 Google Sheets is a powerful tool for managing data, and integrating it wi...
Thursday, January 9, 2025

Count Words in String

›
 String Count import re def check_status(*args):    str = 'catinahat and cat and cat'    substring = 'cat|hat'    get_value ...
Monday, January 6, 2025

Viewset, ModelViewSet, Mixins

›
  Interview questions related to viewset viewset.Modelviewset can operate all crud operations? Yes, viewsets.ModelViewSet in Django REST Fr...
Friday, January 3, 2025

Add extra fields in custom user model using AbstractUser

›
In models.py from django.contrib.auth.models import AbstractUser from django.db import models class CustomUser(AbstractUser): date_of_bi...

Deploy React-Python-MySQL project on EC2 instance

›
  Deploy React-Python-MySQL project on EC2 instance sudo apt-get install mysql-server sudo systemctl start mysql sudo systemctl enable mysql...
‹
›
Home
View web version
Powered by Blogger.