An open API service indexing awesome lists of open source software.

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

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
```