Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arssite/dj
Django Learning Repo
https://github.com/arssite/dj
crud-operation django oops-in-python python3
Last synced: 2 months ago
JSON representation
Django Learning Repo
- Host: GitHub
- URL: https://github.com/arssite/dj
- Owner: arssite
- Created: 2023-07-10T18:43:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T07:00:34.000Z (8 months ago)
- Last Synced: 2024-07-07T06:52:24.713Z (8 months ago)
- Topics: crud-operation, django, oops-in-python, python3
- Language: Python
- Homepage:
- Size: 410 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
python -m venv ars
ars\Scripts\activate
______________________
#for old version
pip install virtualenv
virtualenv ars
cd ars
cd Scripts
activate
cd ..
cd ..
__________________________________________________________________________pip install django
django-admin startproject arssite
django-admin startapp dj
#make urls in app