https://github.com/ashwani-199/creation2023
DjangoProject For Blogger
https://github.com/ashwani-199/creation2023
admin-dashboard background-image customization django-framework python remove-background
Last synced: about 1 month ago
JSON representation
DjangoProject For Blogger
- Host: GitHub
- URL: https://github.com/ashwani-199/creation2023
- Owner: ashwani-199
- Created: 2024-04-30T09:39:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T10:07:02.000Z (about 2 years ago)
- Last Synced: 2025-03-30T04:41:20.128Z (about 1 year ago)
- Topics: admin-dashboard, background-image, customization, django-framework, python, remove-background
- Language: Python
- Homepage:
- Size: 37.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CreationDjango2024
Welcome My Creation Club "Hope is the belief in the probability of the possible rather than the necessity of the probable."
🛠️ Installation Steps:
1. Latest python install on a machine
```
pip install python
```
2. Create virtual Environment on a machine
```
pip install virtualenv
```
```
virtualenv venv
```
4. Latest django version install on a machine
```
pip install django
```
5. Run the Project
```
python manage.py runserver
```