Is platform to share high quality wallpapers for various platforms.
Rename config.env
file to .env
-
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.
-
Create account in cloudinary.
-
put
CLOUD_NAME
,API_KEY
andAPI_SECRET
in .env file.
Use pip3 install -r
to install python packages through requirements.txt file
.
pip3 install -r requirements.txt
python3 manage.py makemigrations && python3 manage.py migrate && python3 manage.py runserver
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.
Copyright (C) 2021 meanii