narkhedesam / crazy4python

crazy4python is the django blogging site and much more with python

Home Page:https://crazy4python.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crazy4python

crazy4python

paypal

crazy4python is the django blogging site.

How to use at your end

you must have installed python 3.8 or latest to your local machine.

then clone this repository https://github.com/narkhedesam/crazy4python.git

$ git clone https://github.com/narkhedesam/crazy4python.git

Firstly switch to directery crazy4python add requirements

cd crazy4python
python3.8 -m pip install -r requirements.txt

after that you need to migrate the changes

python3.8 manage.py makemigrations
python3.8 manage.py migrate

Then Create an superuser to handle admin area

# provide required information for this command
python manage.py createsuperuser 

Run django at local

python3.8 manage.py runserver 0.0.0.0:8000

you can access the site at http://localhost:8000

Author

Sameer Narkhede
Profile : https://github.com/narkhedesam
Website : https://narkhedesam.github.io/

Screenshot

Screenshot

Donation

If this project help you reduce time to develop, you can give me a cup of coffee ☺️
paypal

About

crazy4python is the django blogging site and much more with python

https://crazy4python.pythonanywhere.com/

License:Apache License 2.0


Languages

Language:JavaScript 76.3%Language:CSS 17.4%Language:Python 3.7%Language:HTML 2.6%