Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```