Skip to content
Snippets Groups Projects
Commit 62fa1e5b authored by Jomaro Rodrigues's avatar Jomaro Rodrigues
Browse files

limpando coisas que não deviam estar no src

parent fd19f13c
No related branches found
No related tags found
1 merge request!1WIP: Development
File moved
media/*
# Simple File Upload Example
Example used in the blog post [How to Upload Files With Django](https://simpleisbetterthancomplex.com/tutorial/2016/08/01/how-to-upload-files-with-django.html)
## Running Locally
```bash
git clone https://github.com/sibtc/simple-file-upload.git
```
```bash
pip install -r requirements.txt
```
```bash
python manage.py migrate
```
```bash
python manage.py runserver
```
Django==1.9.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment