Site shop for sales and orders for cakes and biscuits. Website also serves as catalog
We recommend and support the usage of virtualenv. All you need to do is create a new virtualenv (if necessary):
virtualenv venv
And then just activate it:
source venv/bin/activate
Run the following commands from your shell.
Project cloning and dependent package installation:
git clone https://github.com/leonardocintra/cleonice.git
cd cleonice
pip install -r requirements.txt
This project depends on Cloudinary's Python library.
Defining Cloudinary's credentials. The CLOUDINARY_URL value is available in the dashboard of your Cloudinary account. If you don't have a Cloudinary account yet, click here to creare your free acount.
export CLOUDINARY_URL=cloudinary://<API-KEY>:<API-SECRET>@<CLOUD-NAME>