enescomruk72 / animated-octo-winner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Start

1. Setting Up .env Files

  • Go to directory archaeologyMain.
  • Create .env
SECRET_KEY = "YourSpeacialKey"

2. Setting Up virtualenv Files

  • Setup the virtualenv!
pip install virtualenv
  • Go to directory archaeologyMain
virtualenv animated-octo-winner
  • Run the virtualenv
source bin/activate
  • Now your are in virtualenv 🚀
  • If you want the deactivate virtualenv
deactivate

3. Setting up Docker & Migrations & Create Super User

  • You must the be directory archaeologyMain
docker-compose build
  • Migration from Docker
docker-compose run django-archaeology python manage.py migrate
  • Create Super User
docker-compose run django-archaeology python manage.py createsuperuser
  • Run the Docker
docker-compose up
  • Now you can go to 127.0.0.1:8000 to see it live. 🚀
  • Admin panel 127.0.0.1:8000/admin
  • You can create what u want!

Working Space

  • All applications are inside the Apps folder.
  • You can access application files in the templates folder accordingly.
  • The static folder was completely collectstatic.
  • Add the tavsanli-41bb0a89bf6a.json file from the discord.

View

Admin Panel

screencapture-127-0-0-1-8000-admin-2024-01-15-01_08_57

About

License:MIT License


Languages

Language:JavaScript 48.3%Language:CSS 21.5%Language:HTML 17.3%Language:Python 12.8%Language:Dockerfile 0.1%