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.
- Host: GitHub
- URL: https://github.com/meanii/wallsdox
- Owner: meanii
- License: mit
- Created: 2021-08-03T10:26:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T12:25:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T15:11:52.412Z (over 1 year ago)
- Topics: django, postgresql, python
- Language: CSS
- Homepage: https://wallsdox.meanii.codes
- Size: 5.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wallsDox
[](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)