Skip to content

Hazrat-Ali9/Python-Command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

How To Check Django install : python -m django --version

Installing virtualenv : pip install virtualenv

Test Your Installation : virtualenv --version

Naming virtualEnv : virtualenv my_env

Activating Virtual Env : source ./my_env/Scripts/activate

Deactivating Virtual Env : my_env/Scripts/deactivate

Django Install : pip install django

Django Install Project Command : django-admin startproject first_project (Project Name Change)

Python Run ServerCommand : python manage.py runserver || py manage.py runserver

Packaging up your model changes into individual migration files : python manage.py makemigrations

A way of applying changes that we have made to a model, into the database schema : python manage.py migrate

To access the admin interface, by admin user: python manage.py createsuperuser

Starts the development server on the internal IP at port 8000 : python manage.py runserver

Django-autoslug is a reusable Django library that provides an improved slug field which can automatically : pip install django-autoslug

( Errro Solving) : python -m pip install Pillow

(SSLCOMMERZ PAYMENT) : pip install sslcommerz-lib

Python Game Command :

pip install pygame

pip install --user pygame

pip install pygame --pre

pip install pyautogui

pip install-opencv-contrib-python

py -m pip list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published