Giter Club home page Giter Club logo

studentopidia's Introduction

Studentopidia -> A website that hold student academic record.

Creator -> Polyon Mondal

How to setup a project in Django:-

  • At first create you project by using following command in terminal:

django-admin startproject [ProjectName]

  • Then create a app by using following command:

python manage.py startapp [AppName]

  • Then run this following command to initialising your defualt datatable:

python manage.py makemigrations

  • After that push the initialized datatable to your default django database using following command:

python manage.py migrate

  • After doing above task you have to create a superuser for access your default database:

python manage.py createsuperuser\

  • After running above command the following imformation you have to put:

Username (leave blank to use 'default'): [UserName]
Email Address: [[email protected]]
Password: [--------]
Password (again): [--------]

After successfully run above command your folder structure should be like this:

ProjectName

ProjectName

__pycache__
_init.py_
asgy.py
settings.py
urls.py
wsgi.py\

AppName

__pycache__
migrations
_init.py_
admin.py
apps.py
models.py
tests.py
views.py\

manage.py
db.sqlite3

  • Now your project initialized done successfully.
  • To check run the following command:

python manage.py runserver\

  • After successfully run your project ready to edit.

studentopidia's People

Contributors

polyon 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.