Skip to content

A web app to display my family tree using Django

Notifications You must be signed in to change notification settings

ducth1903/FamilyTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family Tree

TODO:

[ ] Upload static files to AWS S3

Getting Started

Web: https://family-tree-1996.herokuapp.com/

~$ python manage.py runserver

# Empty DB, if needed
~$ python manage.py emptyDB

# If update YAML file, need to load it first
~$ python manage.py loaddata <yaml_name>		# <yaml_name> is under <app>/fixtures/

# If add images into raw_img folder, need to process it
~$ python manage.py processRawImg

# Extract info to JSON files under tree/treeData/ to be sent to front-end
~$ python manage.py genTreeStructure

Flowchart

Link to the chart

About

A web app to display my family tree using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published