You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create tables (fields) in the database and consider dependencies
Add fields to the database for favorite companies. One-to-many relationship.
In the system, having a single table for both startups and those seeking startups would result in a unique ID across the system, simplifying navigation.
The fields for filling in are determined at the registration stage and may be nullable.
The "is_startup" field. Boolean field.
The "is_user" field for people seeking startups. Boolean field.
The "product_info" . Product Name / Product Description H3/H4 SEO optimization.
The "service_info" . Service Name / Service Description H3/H4 SEO optimization.
The "common_info" .Title / Description H2/H3 SEO optimization.
Task: log.
Come up with the content of a log file.
Task: Graphic media content.
Devise a system for content creation and storage.
Standards for processed content.
File size and processing standard.
Small tree
├── README.md
├── requirements.txt
├── sample.env
├── manage.py
├── administration
├── authentication
├── forum
├── profiles
├── media
│ ├── image
│ ├── logo
├──templates
│── static
*generated on the frontend or on the backend, the path is stored in the database
** automatically on the backend the path is stored in the database, it is used for small images on the frontend
Strategy / Ideas
The text was updated successfully, but these errors were encountered: