https://github.com/hponline/django-blog
https://github.com/hponline/django-blog
django library python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hponline/django-blog
- Owner: hponline
- Created: 2023-12-18T13:55:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:16:58.000Z (over 2 years ago)
- Last Synced: 2025-10-21T02:01:52.579Z (9 months ago)
- Topics: django, library, python
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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***```

```***Dashboard***```

```***Articles***```

```***Comments***```
