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

https://github.com/meanii/wallsdox

wallsdox Is platform to share high quality wallpapers for various platforms.
https://github.com/meanii/wallsdox

django postgresql python

Last synced: 3 months ago
JSON representation

wallsdox Is platform to share high quality wallpapers for various platforms.

Awesome Lists containing this project

README

          

# wallsDox

[![wallsdox](https://telegra.ph/file/49891617570e242073b9a.jpg)](http://wallsdox.meanii.codes)

*Is platform to share high quality wallpapers for various platforms.*

## Configuration

Rename `config.env` file to `.env`

#### Database configuration

- `DATABASE_URL`: put here postgres sql database URL.

- `CONN_MAX_AGE` : database connection max age. Default set is 0 ( Recommend )

- `DEBUG`: Django developement mode or production mode.

#### Cloudinary configuration

- Create account in [cloudinary](https://cloudinary.com/).

- put `CLOUD_NAME`, `API_KEY` and `API_SECRET` in [.env](./sample.env) file.

## Installation

Use `pip3 install -r` to install python packages through `requirements.txt file` .

```bash

pip3 install -r requirements.txt

```

## Deployment

```bash

python3 manage.py makemigrations && python3 manage.py migrate && python3 manage.py runserver

```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://github.com/meanii/wallsDox/blob/master/LICENSE)

## Copyright

Copyright (C) 2021 [meanii](https://github.com/meanii)