Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pequenojoohn/alura-space-django
Learning the about python with django
https://github.com/pequenojoohn/alura-space-django
alura django python
Last synced: 28 days ago
JSON representation
Learning the about python with django
- Host: GitHub
- URL: https://github.com/pequenojoohn/alura-space-django
- Owner: PequenoJoohn
- Created: 2024-12-10T14:52:17.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:10:33.000Z (29 days ago)
- Last Synced: 2024-12-10T16:27:37.750Z (29 days ago)
- Topics: alura, django, python
- Language: JavaScript
- Homepage:
- Size: 6.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![screen](./screen.png)
# Alura Space
The first app create using django (library for python).
## How to run
```py
python -m virtualenv venv
source venv/Scripts/activate
pip install -r requirements.txt
python manage.py runserver
```## Run port
```
Port running at the: http://localhost:8000/
```