Skip to content

jswistak/Django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Django_blog

Django blog is simple blog made with Django 3.0.3

Getting Started

Setup project environment with virtualenv and pip.

# Download
$ git clone https://github.com/jakub0301/Django_blog
$ cd Django_blog

# Create virtual environment 
$ virtualenv venv
$ source venv/bin/activate

# Install requirements
$ pip install -r requirements.txt 

$ cd django_blog/
$ python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Home Page Screen

Homepage

About

Django blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published