Skip to content

suliman-99/Django-Projects-Template

Repository files navigation

Getting Started

Make sure you have installed all of the following prerequisites on your development machine:

  • Git. OSX and Linux machines typically have this already installed.

  • Python.

  • Pipenv module:

    after you install python you will have pip installed on your machine automatically you can check it by

    pip --version
    

    then to install pipenv module by pip just write this command on your cmd

    pip install pipenv
    
  • Python Packages: then to install all needed packages by pipenv

    pipenv install
    

Environment variables:

  • make .env file by copying the .env.example and renaming it to .env
  • fill these fields:
    • SECRET_KEY
    • DATABASE_USER
    • DATABASE_PASSWORD
    • DATABASE_NAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published