Content-Length: 283059 | pFad | http://github.com/zumrudu-anka/django-blog-project/tree/7175e6b843453dc3360e9561ce6cf7c75800ad60

5D GitHub - zumrudu-anka/django-blog-project at 7175e6b843453dc3360e9561ce6cf7c75800ad60
Skip to content

zumrudu-anka/django-blog-project

Repository files navigation

📰 Blog Project With Django

Installation

  • Clone the repo to your local machine git clone https://github.com/zumrudu-anka/django-blog-project.git
  • Go to the project folder
  • run python -m venv myvenv for create virtual environment which name is myvenv
  • run pip install -r requirements
  • Secret Key:

For Windows:

  • create env.bat file in the project directory
  • write set SECRET_KEY=yoursecretkey to this file
  • run env.bat

For Linux:

  • create .env file in the project directory
  • write SECRET_KEY=yoursecretkey to this file
  • run source .env

You can create new secret key:

  • run python manage.py shell and write this lines
  • from django.core.management.utils import get_random_secret_key
  • print(get_random_secret_key()) # copy the result and write to your env file.
  • exit() # to exit the shell.
  • run python manage.py makemigrations
  • run python manage.py migrate

Usage

  • run python manage.py runserver

Source

https://www.udemy.com/course/sifirdan-ileri-seviyeye-python/









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/zumrudu-anka/django-blog-project/tree/7175e6b843453dc3360e9561ce6cf7c75800ad60

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy