- Create Virtual Environment.
virtualenv venv
- Activate the environment.
source venv/bin/activate
- Install requirements.txt
pip install -r requirements.txt
- Go to the project folder (In this case: dfu)
- Migrate.
python manage.py migrate
- Do collect static.
python manage.py collectstatic
- Run the server.
python manage.py runserver 5000
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
onemadgeek/django-basic-file-upload
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple django file upload
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published