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

https://github.com/hponline/django-blog


https://github.com/hponline/django-blog

django library python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

***Flask ile yaptıgım websitenin Django ile yapılmış versiyodur.***

Clone This Project (Make Sure You Have Git Installed)
```
https://github.com/hponline/Django-Blog.git
```
Install Dependencies

```
pip install -r requirements.txt
```

Set Database (Make Sure you are in directory same as manage.py)
```
python manage.py makemigrations
python manage.py migrate
```
Create SuperUser
```
python manage.py createsuperuser
```

```***vscode***```
![vscode](https://github.com/hponline/Django-Blog/assets/143675421/23a8e45d-5d38-4883-ae7b-46f6cced9a1c)

```***Dashboard***```
![kontrol paneli](https://github.com/hponline/Django-Blog/assets/143675421/92deb2b2-34b3-4bfb-9011-19769313b97d)

```***Articles***```
![makale](https://github.com/hponline/Django-Blog/assets/143675421/db9d1471-70e5-4235-baed-eec4de05bf0a)

```***Comments***```
![yorum](https://github.com/hponline/Django-Blog/assets/143675421/f35d57ad-bc1c-429e-bb1d-b76498be9476)