Skip to content
Snippets Groups Projects

Feeding chicken with chicken

Merged Marc Feger requested to merge feedingChickenWithChicken into main
+ 4
1
@@ -6,8 +6,11 @@ The package "The Social Network" is a django base backend core element for any p
Minimum requierments are:
> [Python](https://www.python.org/downloads/) >= 3.9
>
> [Django](https://pypi.org/project/Django/) >= 3.2.9
>
> [Pillow](https://pypi.org/project/Pillow/) >= 8.4.0
>
> [djangorestframework](https://pypi.org/project/djangorestframework/) >= 3.12.4
Intallation can be done by pip like
@@ -346,4 +349,4 @@ The project requieres the base authentication database structure from django and
id: int as primary key
created: datetime
from_account_id: int as foreign key to the_social_network_account
to_account_id: int as foreign key to the_social_network_account
\ No newline at end of file
to_account_id: int as foreign key to the_social_network_account
Loading