Skip to content

SMarkus27/django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 A Django Blog 🚧

Development of a blog with Django, where we have the main posts, create, edit and delete any post and can also search for a post. The user can also leave comments on the posts.

Layout

Blog Images

How to run this repo: 🚀

# Clone this repo
$ git clone git@github.com:SMarkus27/Django_Blog.git

# Open the project folder in the terminal/cmd
$ cd Django_Blog

# Run the command to create a virtualenv:
$ python -m pip venv djangoblog

# Activate the venv:
$ source djangoblog/bin/activate

# Install all dependencies in the requeriments.txt file.
$ pip install -r requeriments.txt

# Run the command to activate the application:
$ python manage.py runserver

# The server starts at the port:8000 - go to http://127.0.0.1:8000 

Tech Stack:

  • HTML5
  • CSS3
  • Django/Python
  • SQLite
  • TinyMCE
  • Crispy
📝 License

This project is under license MIT.

Made by Marcus Vinicius 👋🏽 Get in touch!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published