Coder Social home page Coder Social logo

animated-octo-winner's Introduction

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

animated-octo-winner's People

Contributors

codermungan avatar ayskrimn avatar mciray avatar enescomruk72 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.