Skip to content

Impact-Africa-Network/pod-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up

  1. Create and activate virtual environment

    pipenv --python 3.10
    
    pipenv shell
  2. Install django

    pipenv install django
  3. Start project using this template, ensuring to replace ian_test_proj with the appropriate project name on the command below:

    django-admin startproject --template https://github.com/Impact-Africa-Network/ian-django-template/archive/main.zip ian_test_proj .
  4. Rename all the .template files by removing the .template extensions

  5. Copy the contents of example.env to .env

       cp example.env .env
  6. Populate the .env with real values.

  7. Setup your database, and run migrations.

pod-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published