CaffeineCode is a Community website made using popular python web-development framework django
,
This website is enclosed with โ๏ธ Tech-Blogs , ๐ฎ Playground (solve problems and write code) , โจ Awesome projects showcase
๐ Looking forward to developed this community, get register yourself through our website contact-us page ๐
Not official Launch ๐ CaffeineCode
Use the package manager pip to install required packages.
โ ๏ธ NOTE : Recommedded to download all packages in a virtual python environment and third-party pacakages are also thier
pip install -r requirements.txt
Step 1 - ๐ Make database migrations
python manage.py makemigrations
Step 2 - ๐ Apply database migrations
python manage.py migrate
Step 3 - ๐ Finally use this command to run-server on localhost
python manage.py runserver
Step 1 - โจ Create a .env
file
Step 2 - ๐ Look for .env.sample
file in codebase and follow the format
Step 3 - ๐ง Sending mail requires SMTP
settings So change .env
file with your credentials
Step 4 - ๐ Django requires a SECRET_KEY
(a string with randomized combinations of every characters) Read More about Django secret key
Step 5 - ๐ Celery package for performing asynchronous task with django requires a broker ,This projects uses REDIS
as a broker read more about redis installation and setup in my repositories
Front-end : HTML
Bootstrap
Ajax
CSS
Jquery
JavaScript
Back-end : Python
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
There are some cases, such as using this code for a business or something that is greater than a personal project, that we may be less comfortable saying yes to use this django project. If in doubt, please don't hesitate to ask the repo owner.
This repo is lincense in MIT