Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ealexisaraujo/platzigram
https://github.com/ealexisaraujo/platzigram
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ealexisaraujo/platzigram
- Owner: ealexisaraujo
- Created: 2020-03-17T14:32:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:24:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T20:30:07.003Z (over 1 year ago)
- Language: Python
- Size: 7.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platzigram
Making attractive and usable readme's.
This is a short description about the content of my proyect. This text have to be simple and explicit.## Content
This proyect has two branches: develop1 and develop2. **develop1** contains the tests of the repositories and **develop2** contains the test of the use cases.
## Demo
Working in progress
## How to clone
If you have special requirements, you have to list it step by step.
- This is the first step
- Then you have to do this
- Finally do thisMarkdown has enumation and nested lists.
## Installation
To install and run this proyect just type and execute
```bash
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
``````bash
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```## Preview
Insert here an image of the preview if your project has one. The image can be into the project, you have to indicate the route and look like this.
![](/preview.jpg)
### Notes
If you want to learn all about markdown i recommend you visit the site [markdown.es](https://markdown.es/sintaxis-markdown/)