-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13467c7
commit 1372e1b
Showing
1 changed file
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,36 +116,7 @@ For a reference implementation, see [Examples](examples). | |
which was introduced in *Python 3.5.0*. | ||
|
||
## Contribution | ||
To build a new package, execute the following command: | ||
`python setup.py sdist` | ||
|
||
## Local Test Environment | ||
To setup your local test environment, execute the following steps: | ||
1. Clone the repository | ||
```bash | ||
git clone [email protected]:theriverman/django-minio-backend.git | ||
``` | ||
2. Move to `example_app`: | ||
```bash | ||
cd django-minio-backend/example_app | ||
``` | ||
3. Create the virtual environment: | ||
```bash | ||
pipenv install --dev | ||
``` | ||
**Note:** On Windows, you might be required to move to the parent directory (`cd ..`) and execute the above command there. | ||
3. Activate the virtual environment (if not active yet): | ||
```bash | ||
pipenv shell | ||
``` | ||
4. Apply migrations: | ||
```bash | ||
python manage.py migrate | ||
``` | ||
5. Start Django | ||
```bash | ||
python manage.py runserver | ||
``` | ||
Please find the details in [CONTRIBUTE.md](CONTRIBUTE.md) | ||
|
||
## Copyright | ||
* theriverman/django-minio-backend licensed under the MIT License | ||
|