Skip to content

ocakhasan/blog_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ss

Django Blog Page

This is a simple blog page project made with django. The models and the structure is basically based on the code in Django Central. And some of the Html Css codes are based on Ava Melvine

To use the project

git clone https://github.com/ocakhasan/blog_page.git
cd blog_page

After that make the migrations and create a superuser

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

After that you can simply run the server and access the application.

Türkçe Açıklama

Bu Python Django ile yapılmış basit bir blog sayfası örnegidir. Buradaki temel yapı ve modeller bu siteden Django Central alınmıştır. Bazı Html ve Css kodları da Ava Melvine buradan alınmıştır

Projeyi kullanmak için

git clone https://github.com/ocakhasan/blog_page.git
cd blog_page

Migrationları yapın ve superuser yaratın

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

Bunlardan sonra kısaca serverı çalıştırıp applicationı görebilirsiniz

python manage.py runserver

About

a simple blog page implementation with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published