Skip to content

crysqrlkys/ft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ancestry Tree App

A simple Django app for managing and viewing a family tree.

Requirements

  • Python: 3.10+

All Python dependencies are listed in requirements.txt.

Setup

  1. Create and activate a virtual environment:
python -m venv .venv
.venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Apply migrations:
python manage.py migrate
  1. (Optional) Create a superuser to access the Django admin:
python manage.py createsuperuser

Run the app

Start the development server:

python manage.py runserver

Then open http://127.0.0.1:8000/ in your browser.

Usage

  • Main app: browse to the root URL to view and interact with the ancestry tree UI.
  • Admin panel: go to http://127.0.0.1:8000/admin/ to manage data (requires superuser).

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors